diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2001-12-29 04:07:34 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2001-12-29 04:07:34 +0000 |
commit | 1dd602ade37fc66ab47cdd358836be4f341e182a (patch) | |
tree | e78adfa4e3469c74bf20883290dec420363f1c68 /net-im/gnomeicu2/files/patch-configure | |
parent | Update patch-dns to apply cleanly to new DNS-HOWTO.sgml. (diff) |
Update 0.96.1 -> 0.98
PR: ports/33146
Submitted by: Jochem Kossen <j.kossen@home.nl>
Fix the locale directories.
Add a WITH_SOCKS5 knob while I'm here.
Notes
Notes:
svn path=/head/; revision=52340
Diffstat (limited to 'net-im/gnomeicu2/files/patch-configure')
-rw-r--r-- | net-im/gnomeicu2/files/patch-configure | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/net-im/gnomeicu2/files/patch-configure b/net-im/gnomeicu2/files/patch-configure index fcb467e8a8ef..005f7f7c92d5 100644 --- a/net-im/gnomeicu2/files/patch-configure +++ b/net-im/gnomeicu2/files/patch-configure @@ -1,16 +1,29 @@ ---- configure.orig Tue Feb 27 13:35:06 2001 -+++ configure Thu Apr 19 15:50:55 2001 -@@ -5039,5 +5039,5 @@ - --ac_safe=`echo "iconv.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for iconv.h""... $ac_c" 1>&6 --echo "configure:5043: checking for iconv.h" >&5 -+ac_safe=`echo "giconv.h" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for giconv.h""... $ac_c" 1>&6 -+echo "configure:5043: checking for giconv.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then -@@ -5048,3 +5048,3 @@ +--- configure.orig Mon Dec 24 17:17:59 2001 ++++ configure Mon Dec 24 17:18:21 2001 +@@ -3017,7 +3017,7 @@ + #line 3018 "configure" + #include "confdefs.h" + #include <stdlib.h> +-#include <iconv.h> ++#include <giconv.h> + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3039,7 +3039,7 @@ + #line 3040 "configure" #include "confdefs.h" + #include <stdlib.h> +-#include <iconv.h> ++#include <giconv.h> + int main() { + iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); +@@ -3077,7 +3077,7 @@ + #include "confdefs.h" + + #include <stdlib.h> -#include <iconv.h> +#include <giconv.h> - EOF + extern + #ifdef __cplusplus + "C" |