diff options
author | ade <ade@FreeBSD.org> | 2001-05-22 02:06:05 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-22 02:06:05 +0800 |
commit | 5e811168dd8d94fdfc5948f0c0582ca04bfa0816 (patch) | |
tree | 5dab7cc33a1e4976fa78d34f229a1e4874858b20 /x11-toolkits/gal/files | |
parent | ec6920fa8849a39413abb07be932002310ecdf5c (diff) | |
download | freebsd-ports-gnome-5e811168dd8d94fdfc5948f0c0582ca04bfa0816.tar.gz freebsd-ports-gnome-5e811168dd8d94fdfc5948f0c0582ca04bfa0816.tar.zst freebsd-ports-gnome-5e811168dd8d94fdfc5948f0c0582ca04bfa0816.zip |
Update to 0.8
Diffstat (limited to 'x11-toolkits/gal/files')
-rw-r--r-- | x11-toolkits/gal/files/patch-aa | 20 | ||||
-rw-r--r-- | x11-toolkits/gal/files/patch-ac | 21 |
2 files changed, 10 insertions, 31 deletions
diff --git a/x11-toolkits/gal/files/patch-aa b/x11-toolkits/gal/files/patch-aa index 8aaa875e5d28..13505169f17b 100644 --- a/x11-toolkits/gal/files/patch-aa +++ b/x11-toolkits/gal/files/patch-aa @@ -1,31 +1,31 @@ ---- configure.orig Mon Apr 16 17:12:51 2001 -+++ configure Thu Apr 19 11:45:12 2001 -@@ -5026,5 +5026,5 @@ +--- configure.orig Mon May 21 11:10:07 2001 ++++ configure Mon May 21 11:10:59 2001 +@@ -5017,5 +5017,5 @@ CFLAGS="$CFLAGS $ICONV_CFLAGS" -LDFLAGS="$LDFLAGS $ICONV_LIBS -liconv" -echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6 --echo "configure:5030: checking for iconv in -liconv" >&5 +-echo "configure:5021: 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:5030: checking for iconv in -lgiconv" >&5 ++echo "configure:5021: checking for iconv in -lgiconv" >&5 if eval "test \"`echo '$''{'ac_cv_libiconv'+set}'`\" = set"; then -@@ -5036,3 +5036,3 @@ +@@ -5027,3 +5027,3 @@ -#include <iconv.h> +#include <giconv.h> -@@ -5059,3 +5059,3 @@ +@@ -5050,3 +5050,3 @@ if test $ac_cv_libiconv = yes; then - ICONV_LIBS="$ICONV_LIBS -liconv" + ICONV_LIBS="$ICONV_LIBS -lgiconv" have_iconv=yes -@@ -5185,3 +5185,3 @@ +@@ -5176,3 +5176,3 @@ -#include <iconv.h> +#include <giconv.h> #include <stdlib.h> -@@ -5311,4 +5311,4 @@ - echo "configure:5312: checking for GTK >= 1.2.7" >&5 +@@ -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 diff --git a/x11-toolkits/gal/files/patch-ac b/x11-toolkits/gal/files/patch-ac deleted file mode 100644 index 0969ed3eb8b4..000000000000 --- a/x11-toolkits/gal/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- gal/widgets/e-font.c.orig Wed Feb 7 14:35:03 2001 -+++ gal/widgets/e-font.c Fri Feb 9 10:55:19 2001 -@@ -19,3 +19,3 @@ - #include <unicode.h> --#include <iconv.h> -+#include <giconv.h> - #include "gal/util/e-cache.h" ---- gal/widgets/e-font.h.orig Tue Feb 6 15:24:03 2001 -+++ gal/widgets/e-font.h Fri Feb 9 10:55:41 2001 -@@ -16,3 +16,3 @@ - #include <gdk/gdk.h> --#include <iconv.h> -+#include <giconv.h> - #include <libgnome/gnome-defs.h> ---- gal/widgets/e-unicode.c.orig Wed Feb 7 14:35:03 2001 -+++ gal/widgets/e-unicode.c Fri Feb 9 11:02:57 2001 -@@ -15,3 +15,3 @@ - #include <unicode.h> --#include <iconv.h> -+#include <giconv.h> - #include <gdk/gdk.h> |