diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-01 14:38:06 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-01 14:38:06 +0800 |
commit | 4d9cf1406d176238eff2f843887ab8717ed25b03 (patch) | |
tree | c1c0d8c233d21c0372ac9e340ba25f07d617ccab /x11-toolkits/gal2/files | |
parent | 08434272169087c73440b190527977358a69a7a8 (diff) | |
download | freebsd-ports-gnome-4d9cf1406d176238eff2f843887ab8717ed25b03.tar.gz freebsd-ports-gnome-4d9cf1406d176238eff2f843887ab8717ed25b03.tar.zst freebsd-ports-gnome-4d9cf1406d176238eff2f843887ab8717ed25b03.zip |
Update to 0.12.
Diffstat (limited to 'x11-toolkits/gal2/files')
-rw-r--r-- | x11-toolkits/gal2/files/patch-aa | 38 | ||||
-rw-r--r-- | x11-toolkits/gal2/files/patch-ab | 16 |
2 files changed, 38 insertions, 16 deletions
diff --git a/x11-toolkits/gal2/files/patch-aa b/x11-toolkits/gal2/files/patch-aa index 67f380034800..f649c3b27f83 100644 --- a/x11-toolkits/gal2/files/patch-aa +++ b/x11-toolkits/gal2/files/patch-aa @@ -1,6 +1,11 @@ ---- configure.orig Mon May 21 11:10:07 2001 -+++ configure Mon May 21 11:10:59 2001 -@@ -5017,5 +5017,5 @@ + +$FreeBSD$ + +--- configure.orig Wed Sep 26 11:16:25 2001 ++++ configure Wed Sep 26 11:16:25 2001 +@@ -5075,9 +5075,9 @@ + save_CFLAGS="$CFLAGS" + save_LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS $ICONV_CFLAGS" -LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv" -echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6 @@ -9,25 +14,32 @@ +echo $ac_n "checking for iconv in -lgiconv""... $ac_c" 1>&6 +echo "configure:5081: checking for iconv in -lgiconv" >&5 if eval "test \"`echo '$''{'ac_cv_libiconv'+set}'`\" = set"; then -@@ -5027,3 +5027,3 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else +@@ -5085,7 +5085,7 @@ + #line 5086 "configure" + #include "confdefs.h" -#include <iconv.h> +#include <giconv.h> -@@ -5050,3 +5050,3 @@ + int main() { + +@@ -5108,7 +5108,7 @@ + + echo "$ac_t""$ac_cv_libiconv" 1>&6 if test $ac_cv_libiconv = yes; then - ICONV_LIBS="$ICONV_LIBS -liconv" + ICONV_LIBS="$ICONV_LIBS -lgiconv" have_iconv=yes -@@ -5176,3 +5176,3 @@ + else + CFLAGS="$save_CFLAGS" +@@ -5234,7 +5234,7 @@ + #line 5235 "configure" + #include "confdefs.h" -#include <iconv.h> +#include <giconv.h> #include <stdlib.h> -@@ -5290,4 +5290,4 @@ - echo "configure:5291: checking for GTK >= 1.2.7" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002007; then + #include <string.h> + #ifdef HAVE_GNU_GET_LIBC_VERSION diff --git a/x11-toolkits/gal2/files/patch-ab b/x11-toolkits/gal2/files/patch-ab index a751a5d149fc..62d17daa6e7c 100644 --- a/x11-toolkits/gal2/files/patch-ab +++ b/x11-toolkits/gal2/files/patch-ab @@ -1,7 +1,17 @@ ---- Makefile.in.orig Thu Oct 5 18:09:06 2000 -+++ Makefile.in Thu Oct 5 21:24:04 2000 -@@ -138,3 +138,3 @@ + +$FreeBSD$ + +--- Makefile.in.orig Fri Sep 28 12:30:28 2001 ++++ Makefile.in Fri Sep 28 12:37:31 2001 +@@ -141,9 +141,9 @@ + gnomelocaledir = @gnomelocaledir@ + l = @l@ + +-SUBDIRS = gal po intl tests docs art ++SUBDIRS = gal po intl docs art -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = galConf.sh + + EXTRA_DIST = gal.spec.in galConf.sh.in MAINTAINERS AUTHORS xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in |