freebsd-ports/mail/kavmilter/files/patch-libconf_Makefile
FUJISHIMA Satsuki 6dd69bbdb1 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
respect CFLAGS.
2003-07-14 02:36:55 +00:00

12 lines
252 B
Text

--- libconf/Makefile.orig Wed Oct 30 17:29:18 2002
+++ libconf/Makefile Sun Jul 6 20:03:55 2003
@@ -31,8 +31,7 @@
INCDIR=$(PREFIX)
#
# Compile flags
-CC=gcc
-CFLAGS=-Wall -pipe -I$(INCDIR)
+CFLAGS+=-Wall -pipe -I$(INCDIR)
#
# Libraries
LIBS=-lm