summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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=''