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-ai | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/isc-dhcp2/files/patch-ai (limited to 'net/isc-dhcp2/files/patch-ai') diff --git a/net/isc-dhcp2/files/patch-ai b/net/isc-dhcp2/files/patch-ai new file mode 100644 index 000000000000..7927cbffb9ff --- /dev/null +++ b/net/isc-dhcp2/files/patch-ai @@ -0,0 +1,11 @@ +--- client/Makefile.dist.orig Wed Dec 3 19:33:35 1997 ++++ client/Makefile.dist Wed Dec 3 19:33:44 1997 +@@ -40,7 +40,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