diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2015-05-23 15:41:26 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2015-05-23 15:41:26 +0000 |
commit | 3904a415cbb4d619ffd2f2183883dcc906e6afa0 (patch) | |
tree | a7ce5b7adcff64a9e822527c572e4c566b4d44a5 /net/tcpproxy/files/patch-configure | |
parent | - Update WWW (diff) |
- Update to upstream version 1.2
While on it:
- Add LICENSE
- Pet portlint
PR: 200389
Submitted by: alex@hugo.bmg.gv.at (maintainer)
Notes
Notes:
svn path=/head/; revision=387173
Diffstat (limited to 'net/tcpproxy/files/patch-configure')
-rw-r--r-- | net/tcpproxy/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tcpproxy/files/patch-configure b/net/tcpproxy/files/patch-configure index 31210f8b4fe7..739a0c047658 100644 --- a/net/tcpproxy/files/patch-configure +++ b/net/tcpproxy/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2013-10-07 13:59:48.000000000 +0200 -+++ configure 2013-10-07 16:30:19.000000000 +0200 -@@ -105,12 +105,12 @@ +--- configure.orig 2015-05-13 22:14:22 UTC ++++ configure +@@ -110,12 +110,12 @@ if [ -n "$ERRORS" ] && [ $EBUILD_COMPAT fi if [ $USE_CLANG -eq 0 ]; then @@ -17,7 +17,7 @@ COMPILER='clang' fi -@@ -151,7 +151,6 @@ +@@ -160,7 +160,6 @@ cat > include.mk <<EOF # use ./configure instead TARGET := $TARGET |