diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-03 13:40:12 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-03 13:40:12 +0800 |
commit | 7bbbc361ab618506b918b5a173d6cd9a95ca9e6c (patch) | |
tree | ff904c15bd1abcd4a1291c110150266c84b950f5 /security/ipsec-tools | |
parent | afd91d08650ebdd452bf1d3f1b8f79c6b9394ee9 (diff) | |
download | freebsd-ports-graphics-7bbbc361ab618506b918b5a173d6cd9a95ca9e6c.tar.gz freebsd-ports-graphics-7bbbc361ab618506b918b5a173d6cd9a95ca9e6c.tar.zst freebsd-ports-graphics-7bbbc361ab618506b918b5a173d6cd9a95ca9e6c.zip |
- Revert changes to patch-configure. It was slipped in when committing
fix for gcc 4.x
Noticed by: sat
Approved by: maintainer (implicit)
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r-- | security/ipsec-tools/files/patch-configure | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/security/ipsec-tools/files/patch-configure b/security/ipsec-tools/files/patch-configure index ad34279e0a6..ce675f9cf66 100644 --- a/security/ipsec-tools/files/patch-configure +++ b/security/ipsec-tools/files/patch-configure @@ -1,23 +1,9 @@ ---- ./configure.orig Fri Apr 6 17:07:12 2007 -+++ ./configure Wed Jun 6 00:49:21 2007 -@@ -19969,10 +19969,10 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS=" /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='$(SHELL) /usr/local/bin/libtool' - - # Prevent multiple expansion - -@@ -24702,6 +24702,74 @@ - { (exit 1); exit 1; }; } +--- configure.orig Wed Apr 26 15:28:47 2006 ++++ configure Wed Apr 26 15:28:56 2006 +@@ -25122,6 +25122,74 @@ fi -+ + + echo "$as_me:$LINENO: checking for iconv_open in -liconv" >&5 +echo $ECHO_N "checking for iconv_open in -liconv... $ECHO_C" >&6 +if test "${ac_cv_lib_iconv_iconv_open+set}" = set; then @@ -85,6 +71,7 @@ +if test $ac_cv_lib_iconv_iconv_open = yes; then + LIBS="$LIBS -liconv" +fi - ++ echo "$as_me:$LINENO: checking if iconv second argument needs const" >&5 echo $ECHO_N "checking if iconv second argument needs const... $ECHO_C" >&6 + saved_CFLAGS=$CFLAGS |