summaryrefslogtreecommitdiff
path: root/x11/gswitchit
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-08 11:05:53 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-08 11:05:53 +0000
commitda7926a34c8d681eeaa4d54b51eaf8a2b65eb512 (patch)
tree0e2c33aff3cffb43ccaf98e0cd1d3811fe1e1eea /x11/gswitchit
parent- Update to 0.55-i18n (diff)
Remove iconv->giconv hack.
Notes
Notes: svn path=/head/; revision=57428
Diffstat (limited to 'x11/gswitchit')
-rw-r--r--x11/gswitchit/files/patch-configure42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11/gswitchit/files/patch-configure b/x11/gswitchit/files/patch-configure
index bb193a809cdd..b44fb41d422f 100644
--- a/x11/gswitchit/files/patch-configure
+++ b/x11/gswitchit/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