summaryrefslogtreecommitdiffstats
path: root/net/ip-tun
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-01-20 07:54:40 +0000
committerkris <kris@FreeBSD.org>2001-01-20 07:54:40 +0000
commit53396077cf2a72446133d7e937a196dbf0a80643 (patch)
tree8edfc841ce191f0a89a90d4ff144755135cb9c9d /net/ip-tun
parentec206b2e624a2c5465076d6183761ef36d2f2b3f (diff)
downloadFreeBSD-ports-53396077cf2a72446133d7e937a196dbf0a80643.zip
FreeBSD-ports-53396077cf2a72446133d7e937a196dbf0a80643.tar.gz
Respect CFLAGS
Diffstat (limited to 'net/ip-tun')
-rw-r--r--net/ip-tun/files/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/ip-tun/files/patch-aa b/net/ip-tun/files/patch-aa
new file mode 100644
index 0000000..ed8e466
--- /dev/null
+++ b/net/ip-tun/files/patch-aa
@@ -0,0 +1,12 @@
+--- Makefile.orig Fri Jan 19 23:53:16 2001
++++ Makefile Fri Jan 19 23:53:33 2001
+@@ -83,7 +83,8 @@
+ #
+ # Primary Author: Stephen Suryaputra
+
+-CFLAGS = -g -O2 -Wall -pipe -DHAVE_SOCKADDR_SA_LEN -DIPV6
++CFLAGS ?= -O2
++CFLAGS += -g -Wall -pipe -DHAVE_SOCKADDR_SA_LEN -DIPV6
+ LDFLAGS =
+ LDLIBS =
+ PREFIX?= /usr/local
OpenPOWER on IntegriCloud