aboutsummaryrefslogtreecommitdiff
path: root/net/netpipes
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-07 07:24:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-07 07:24:19 +0000
commit6b5a17e1b4098dce9f5d5fc4d24051bd681290ee (patch)
tree1890ddbfe7476ee83a84853f50bdc668754289f6 /net/netpipes
parent3043bebe98d12087e599daa25a6c26d0bfea1817 (diff)
downloadports-6b5a17e1b4098dce9f5d5fc4d24051bd681290ee.tar.gz
ports-6b5a17e1b4098dce9f5d5fc4d24051bd681290ee.zip
Respect CFLAGS
Notes
Notes: svn path=/head/; revision=60752
Diffstat (limited to 'net/netpipes')
-rw-r--r--net/netpipes/files/patch-aa13
1 files changed, 11 insertions, 2 deletions
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