diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-04-08 11:05:53 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-04-08 11:05:53 +0000 |
commit | 51de364a1c7ec4ccdee3a9c2986e5f32f1e83161 (patch) | |
tree | 92f9b00623bd24757dbaa0400ac490da57527c9f /x11/gswitchit_applet | |
parent | 1ea6050abd20e55b55e19681facb8cdff0445625 (diff) | |
download | FreeBSD-ports-51de364a1c7ec4ccdee3a9c2986e5f32f1e83161.zip FreeBSD-ports-51de364a1c7ec4ccdee3a9c2986e5f32f1e83161.tar.gz |
Remove iconv->giconv hack.
Diffstat (limited to 'x11/gswitchit_applet')
-rw-r--r-- | x11/gswitchit_applet/files/patch-configure | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/x11/gswitchit_applet/files/patch-configure b/x11/gswitchit_applet/files/patch-configure index bb193a8..b44fb41 100644 --- a/x11/gswitchit_applet/files/patch-configure +++ b/x11/gswitchit_applet/files/patch-configure @@ -3,48 +3,6 @@ $FreeBSD$ --- configure.orig Thu Feb 7 11:22:34 2002 +++ configure Thu Feb 7 11:25:18 2002 -@@ -6997,7 +6997,7 @@ - #line 6998 "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); -@@ -7014,12 +7014,12 @@ - rm -f conftest* - if test "$am_cv_func_iconv" != yes; then - am_save_LIBS="$LIBS" -- LIBS="$LIBS -liconv" -+ LIBS="$LIBS -lgiconv" - cat > conftest.$ac_ext <<EOF - #line 7020 "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); -@@ -7057,7 +7057,7 @@ - #include "confdefs.h" - - #include <stdlib.h> --#include <iconv.h> -+#include <giconv.h> - extern - #ifdef __cplusplus - "C" -@@ -7095,7 +7095,7 @@ - fi - LIBICONV= - if test "$am_cv_lib_iconv" = yes; then -- LIBICONV="-liconv" -+ LIBICONV="-lgiconv" - fi - - @@ -7478,7 +7478,7 @@ fi |