freebsd-ports/misc/kcd/files/patch-ac
Will Andrews bbe7ed6435 Update to 5.0.1.
PR:		20655
Submitted by:	Ports Fury
2000-08-20 10:21:02 +00:00

13 lines
389 B
Text

--- Makefile.in.orig Fri Aug 11 23:14:54 2000
+++ Makefile.in Sat Aug 12 05:23:26 2000
@@ -46,8 +46,8 @@
CXXFLAGS = @CXXFLAGS@
CPPFLAGS = @CPPFLAGS@
-CCFLAGS = $(CPPFLAGS) $(CFLAGS)
-CXXCFLAGS = $(CPPFLAGS) $(CXXFLAGS)
+CCFLAGS = $(CPPFLAGS) $(CFLAGS) -DSYSCONFDIR=\"$(etcdir)\"
+CXXCFLAGS = $(CPPFLAGS) $(CXXFLAGS) -DSYSCONFDIR=\"$(etcdir)\"
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@