freebsd-ports/graphics/intergif/files/patch-src-makefile.ix
Pietro Cerutti cb9406d245 - Fix build with clang
Feature safe:	yes
2012-11-30 15:07:20 +00:00

11 lines
308 B
Text

--- src/makefile.ix.orig 2012-11-30 16:05:40.000000000 +0100
+++ src/makefile.ix 2012-11-30 16:06:20.000000000 +0100
@@ -10,7 +10,7 @@
Link=cc
LinkFlags = -o $@
cc = cc
-CCflags = -O6 --unsigned-char -c -Wall -Wno-unused
+CCflags = -O6 --unsigned-char -c -Wall -Wno-unused ${CFLAGS}
.SUFFIXES: .c .o