From 93885b3cc380829dc721a592bf72c0260256bdcc Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Thu, 4 Dec 1997 00:47:24 +0000 Subject: Upgrade to December 2, 1997 snapshot and change all CFLAGS = 's to CFLAGS += 's. --- net/isc-dhcp2/files/patch-af | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/isc-dhcp2/files/patch-af (limited to 'net/isc-dhcp2/files/patch-af') diff --git a/net/isc-dhcp2/files/patch-af b/net/isc-dhcp2/files/patch-af new file mode 100644 index 000000000000..41230398c7b0 --- /dev/null +++ b/net/isc-dhcp2/files/patch-af @@ -0,0 +1,11 @@ +--- server/Makefile.dist.orig Tue Dec 2 06:41:29 1997 ++++ server/Makefile.dist Tue Dec 2 06:41:37 1997 +@@ -39,7 +39,7 @@ + DEBUG = -g + INCLUDES = -I.. -I../includes + DHCPLIB = ../common/libdhcp.a +-CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) ++CFLAGS += $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS) + + all: $(PROG) $(CATMANPAGES) + -- cgit v1.2.3