diff options
author | ade <ade@FreeBSD.org> | 2000-10-06 10:42:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-10-06 10:42:20 +0800 |
commit | e05ea80d34384a7e380c3436e91384053c1a8acc (patch) | |
tree | 1f1fbb9e3fd336a75243f98b2ebde4d20f17583d /x11-toolkits/gal2/files | |
parent | d19907826889cc1ea9b002d349d08f3f16d98ec4 (diff) | |
download | freebsd-ports-gnome-e05ea80d34384a7e380c3436e91384053c1a8acc.tar.gz freebsd-ports-gnome-e05ea80d34384a7e380c3436e91384053c1a8acc.tar.zst freebsd-ports-gnome-e05ea80d34384a7e380c3436e91384053c1a8acc.zip |
GAL is a collection of widgets and utility routines that were taken
from GNOME Evolution and Gnumeric - upcoming releases of these two
pieces of software, and others, will require this library.
Diffstat (limited to 'x11-toolkits/gal2/files')
-rw-r--r-- | x11-toolkits/gal2/files/patch-aa | 9 | ||||
-rw-r--r-- | x11-toolkits/gal2/files/patch-ab | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/gal2/files/patch-aa b/x11-toolkits/gal2/files/patch-aa new file mode 100644 index 000000000000..68bca339a753 --- /dev/null +++ b/x11-toolkits/gal2/files/patch-aa @@ -0,0 +1,9 @@ +--- configure.orig Thu Oct 5 16:15:23 2000 ++++ configure Thu Oct 5 20:41:31 2000 +@@ -4970,4 +4970,4 @@ + echo "configure:4971: 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 diff --git a/x11-toolkits/gal2/files/patch-ab b/x11-toolkits/gal2/files/patch-ab new file mode 100644 index 000000000000..a751a5d149fc --- /dev/null +++ b/x11-toolkits/gal2/files/patch-ab @@ -0,0 +1,7 @@ +--- Makefile.in.orig Thu Oct 5 18:09:06 2000 ++++ Makefile.in Thu Oct 5 21:24:04 2000 +@@ -138,3 +138,3 @@ + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = galConf.sh |