summaryrefslogtreecommitdiff
path: root/net/tcpproxy/files/patch-configure
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-07 18:44:30 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-10-07 18:44:30 +0000
commit643ae650a14b1f2d924ca3a33a9d26d87fd189f1 (patch)
tree8f5bf473e5fc908f593f3490e900ba35ad05dd2e /net/tcpproxy/files/patch-configure
parentSupport staging, revise LIB_DEPENDS. (diff)
- Update from 1.0 to 1.1 [1]
- Remove the indefinite article from COMMENT - Convert USE_GMAKE to USES - Add stage support PR: ports/182788 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) [1] Approved by: wg/culot (mentors, implicit)
Notes
Notes: svn path=/head/; revision=329723
Diffstat (limited to 'net/tcpproxy/files/patch-configure')
-rw-r--r--net/tcpproxy/files/patch-configure36
1 files changed, 25 insertions, 11 deletions
diff --git a/net/tcpproxy/files/patch-configure b/net/tcpproxy/files/patch-configure
index c132408e0275..31210f8b4fe7 100644
--- a/net/tcpproxy/files/patch-configure
+++ b/net/tcpproxy/files/patch-configure
@@ -1,13 +1,27 @@
---- 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
+--- configure.orig 2013-10-07 13:59:48.000000000 +0200
++++ configure 2013-10-07 16:30:19.000000000 +0200
+@@ -105,12 +105,12 @@
+ fi
--CFLAGS='-g -O2'
--LDFLAGS='-g -Wall -O2'
-+CFLAGS="${CFLAGS} -g -O2"
-+LDFLAGS="${LDFLAGS} -g -Wall -O2"
+ if [ $USE_CLANG -eq 0 ]; then
+- CFLAGS='-g -Wall -O2'
+- LDFLAGS='-g -Wall -O2'
++ CFLAGS='${CFLAGS} -g -Wall -O2'
++ LDFLAGS='${LDFLAGS} -g -Wall -O2'
+ COMPILER='gcc'
+ else
+- CFLAGS='-g -O2'
+- LDFLAGS='-g -O2'
++ CFLAGS='${CFLAGS} -g -O2'
++ LDFLAGS='${LDFLAGS} -g -O2'
+ COMPILER='clang'
+ fi
- PREFIX='/usr/local'
- BINDIR=''
+@@ -151,7 +151,6 @@
+ # use ./configure instead
+
+ TARGET := $TARGET
+-CC := $COMPILER
+ CFLAGS := $CFLAGS
+ LDFLAGS := $LDFLAGS
+ STRIP := strip