summaryrefslogtreecommitdiff
path: root/net/tcpproxy/files/patch-configure
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2011-05-12 22:20:02 +0000
committerWesley Shields <wxs@FreeBSD.org>2011-05-12 22:20:02 +0000
commitbb8008bd94238010cdfc876f73b79db9bcee57ff (patch)
tree1d6ecf85623b62c956f23971487c26d211723c46 /net/tcpproxy/files/patch-configure
parentRemove obsolete CONFLICTS line (diff)
Respect CFLAGS and friends.
PR: ports/156829 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer)
Notes
Notes: svn path=/head/; revision=274021
Diffstat (limited to 'net/tcpproxy/files/patch-configure')
-rw-r--r--net/tcpproxy/files/patch-configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/tcpproxy/files/patch-configure b/net/tcpproxy/files/patch-configure
new file mode 100644
index 000000000000..c132408e0275
--- /dev/null
+++ b/net/tcpproxy/files/patch-configure
@@ -0,0 +1,13 @@
+--- configure.org 2011-05-04 20:30:40.000000000 +0200
++++ configure 2011-05-04 20:31:06.000000000 +0200
+@@ -29,8 +29,8 @@
+ TARGET=`uname -s`
+ EBUILD_COMPAT=0
+
+-CFLAGS='-g -O2'
+-LDFLAGS='-g -Wall -O2'
++CFLAGS="${CFLAGS} -g -O2"
++LDFLAGS="${LDFLAGS} -g -Wall -O2"
+
+ PREFIX='/usr/local'
+ BINDIR=''