diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
commit | 48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5 (patch) | |
tree | 43d6d8552e11e9fff48a03d2af1f0686d4662f6e /net/gabber/files/patch-al | |
parent | Various patches (mainly shared library revision changes) for those (diff) |
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
Notes
Notes:
svn path=/head/; revision=42260
Diffstat (limited to 'net/gabber/files/patch-al')
-rw-r--r-- | net/gabber/files/patch-al | 32 |
1 files changed, 8 insertions, 24 deletions
diff --git a/net/gabber/files/patch-al b/net/gabber/files/patch-al index ee8e5d30071f..1cb21d75c9ef 100644 --- a/net/gabber/files/patch-al +++ b/net/gabber/files/patch-al @@ -1,42 +1,26 @@ ---- configure.orig Thu Jan 18 08:27:41 2001 -+++ configure Mon Jan 29 23:54:52 2001 -@@ -4900,9 +4900,9 @@ - save_CFLAGS="$CFLAGS" - save_LDFLAGS="$LDFLAGS" +--- configure.orig Wed Mar 28 19:22:35 2001 ++++ configure Thu Apr 19 12:54:15 2001 +@@ -4974,5 +4974,5 @@ CFLAGS="$CFLAGS $ICONV_CFLAGS" -LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv" -echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6 --echo "configure:4906: checking for iconv in -liconv" >&5 +-echo "configure:4978: checking for iconv in -liconv" >&5 +LDFLAGS="$LDFLAGS $ICONV_LIBS -lgiconv" +echo $ac_n "checking for iconv in -lgiconv""... $ac_c" 1>&6 -+echo "configure:4906: checking for iconv in -lgiconv" >&5 ++echo "configure:4978: checking for iconv in -lgiconv" >&5 if eval "test \"`echo '$''{'ac_cv_libiconv'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -@@ -4910,7 +4910,7 @@ - #line 4911 "configure" - #include "confdefs.h" +@@ -4984,3 +4984,3 @@ -#include <iconv.h> +#include <giconv.h> - int main() { - -@@ -4933,7 +4933,7 @@ - - echo "$ac_t""$ac_cv_libiconv" 1>&6 +@@ -5007,3 +5007,3 @@ if test $ac_cv_libiconv = yes; then - ICONV_LIBS="$ICONV_LIBS -liconv" + ICONV_LIBS="$ICONV_LIBS -lgiconv" have_iconv=yes - else - CFLAGS="$save_CFLAGS" -@@ -5059,7 +5059,7 @@ - #line 5060 "configure" - #include "confdefs.h" +@@ -5133,3 +5133,3 @@ -#include <iconv.h> +#include <giconv.h> #include <stdlib.h> - #include <string.h> - #ifdef HAVE_GNU_GET_LIBC_VERSION |