From 6b5a17e1b4098dce9f5d5fc4d24051bd681290ee Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 7 Jun 2002 07:24:19 +0000 Subject: Respect CFLAGS --- net/netpipes/files/patch-aa | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'net/netpipes') diff --git a/net/netpipes/files/patch-aa b/net/netpipes/files/patch-aa index 272ce1c0ed48..77fdc782931b 100644 --- a/net/netpipes/files/patch-aa +++ b/net/netpipes/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Wed Oct 28 12:30:03 1998 -+++ Makefile Tue Mar 9 03:10:00 1999 ++++ Makefile Fri Jun 7 00:23:28 2002 @@ -17,7 +17,7 @@ # You probably want to change this: @@ -23,10 +23,19 @@ # FreeBSD -#CFLAGS = -DPOSIX_SIG $(CDEBUGFLAGS) -+CFLAGS = -DPOSIX_SIG $(CDEBUGFLAGS) ++CFLAGS += -DPOSIX_SIG $(CDEBUGFLAGS) # AIX 4.1.4 and 3.2.5 #CFLAGS = -DPOSIX_SIG -DAIX $(CDEBUGFLAGS) +@@ -86,7 +86,7 @@ + + # gcc can handle both -O and -g at once + #CDEBUGFLAGS = -g # -Wall -DDEBUG +-CDEBUGFLAGS = -O ++#CDEBUGFLAGS = -O + + ###################################################################### + @@ -104,8 +104,7 @@ SSLLIB = -L../SSLeay-0.8.1 -lssl -lcrypto -- cgit v1.2.3