aboutsummaryrefslogtreecommitdiff
path: root/net/tcpproxy
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
parent6f076d090fd9891accf050ec86164c30a063707e (diff)
downloadports-bb8008bd94238010cdfc876f73b79db9bcee57ff.tar.gz
ports-bb8008bd94238010cdfc876f73b79db9bcee57ff.zip
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')
-rw-r--r--net/tcpproxy/Makefile1
-rw-r--r--net/tcpproxy/files/patch-configure13
2 files changed, 14 insertions, 0 deletions
diff --git a/net/tcpproxy/Makefile b/net/tcpproxy/Makefile
index 21573bd6e60b..e61a959c2b2a 100644
--- a/net/tcpproxy/Makefile
+++ b/net/tcpproxy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tcpproxy
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.spreadspace.org/tcpproxy/releases/ \
http://alex.bmg.gv.at/programs/
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=''