1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/xinetd/files/patch-ab

17 lines
517 B
Plaintext
Raw Normal View History

--- Makefile.in.orig Sun Jul 18 22:23:22 1999
+++ Makefile.in Sun Sep 12 01:52:44 1999
@@ -29,11 +29,11 @@
LIBS="$(LIBS)" \
"DEFS=$(PROG_DEFS)" \
"CC=$(CC)" \
- DEBUG=-O
+ "DEBUG=$(CFLAGS)"
makelibs:
for lib in $(MANDATORY_LIBS) ; do \
- ( cd libs/src/$$lib ; make install "INSTALL=$(INSTALL_CMD)" "DEFS=$(LIB_DEFS)" RANLIB=true "CC=$(CC)" DEBUG=-O ) \
+ ( cd libs/src/$$lib ; make install "INSTALL=$(INSTALL_CMD)" "DEFS=$(LIB_DEFS)" RANLIB=true "CC=$(CC)" "DEBUG=$(CLAGS)" ) \
; done
install: