diff options
author | kris <kris@FreeBSD.org> | 2003-10-19 09:25:58 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-19 09:25:58 +0000 |
commit | fdce7ce7a936aed87fd6be1951b750ab470165e7 (patch) | |
tree | 53022b584020f58c1788e84107c6604402ebc08b /graphics | |
parent | afe2d089daa8f0305f28d7219aea82e5f7f51f99 (diff) | |
download | FreeBSD-ports-fdce7ce7a936aed87fd6be1951b750ab470165e7.zip FreeBSD-ports-fdce7ce7a936aed87fd6be1951b750ab470165e7.tar.gz |
Respect CC and CFLAGS
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giftool/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/giftool/files/patch-aa b/graphics/giftool/files/patch-aa new file mode 100644 index 0000000..54fb7e4 --- /dev/null +++ b/graphics/giftool/files/patch-aa @@ -0,0 +1,8 @@ +--- Makefile.orig Fri Dec 9 11:16:58 1994 ++++ Makefile Sun Oct 19 02:23:29 2003 +@@ -1,4 +1,4 @@ +-CFLAGS = -O2 ++CFLAGS ?= -O -pipe + + LIBS = # -lsent + |