diff options
author | kris <kris@FreeBSD.org> | 2002-06-07 07:24:19 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-06-07 07:24:19 +0000 |
commit | 8128bc0430b0a1e1a797a83fc48c282b16180a64 (patch) | |
tree | 886a79f48b56737a3613b46f5bc528ca24ab1667 /net | |
parent | 244e1dba16b4c91b6dcb82a52d2773f872370452 (diff) | |
download | FreeBSD-ports-8128bc0430b0a1e1a797a83fc48c282b16180a64.zip FreeBSD-ports-8128bc0430b0a1e1a797a83fc48c282b16180a64.tar.gz |
Respect CFLAGS
Diffstat (limited to 'net')
-rw-r--r-- | net/netpipes/files/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net/netpipes/files/patch-aa b/net/netpipes/files/patch-aa index 272ce1c..77fdc78 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 |