aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-01-20 07:54:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-01-20 07:54:40 +0000
commit41f70d5c98a28f8cf39871c5e80cf2f20a97c551 (patch)
tree0fe46b8e8367758b7414d9141cc62ce8296d1f3e
parentcc4e745af3cf36ba5c3be82cc8df0d11c696cc86 (diff)
downloadports-41f70d5c98a28f8cf39871c5e80cf2f20a97c551.tar.gz
ports-41f70d5c98a28f8cf39871c5e80cf2f20a97c551.zip
Notes
-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 000000000000..ed8e466accb5
--- /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