diff options
author | kris <kris@FreeBSD.org> | 2001-01-20 15:54:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-01-20 15:54:40 +0800 |
commit | 53396077cf2a72446133d7e937a196dbf0a80643 (patch) | |
tree | 8edfc841ce191f0a89a90d4ff144755135cb9c9d /net | |
parent | ec206b2e624a2c5465076d6183761ef36d2f2b3f (diff) | |
download | freebsd-ports-gnome-53396077cf2a72446133d7e937a196dbf0a80643.tar.gz freebsd-ports-gnome-53396077cf2a72446133d7e937a196dbf0a80643.tar.zst freebsd-ports-gnome-53396077cf2a72446133d7e937a196dbf0a80643.zip |
Respect CFLAGS
Diffstat (limited to 'net')
-rw-r--r-- | net/ip-tun/files/patch-aa | 12 |
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 |