diff options
author | ade <ade@FreeBSD.org> | 2000-02-16 11:00:03 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-16 11:00:03 +0800 |
commit | cb08c95446377f542fb1969c5d250be940d43788 (patch) | |
tree | 86879fba34fcd443238b3c5b893b031bd45f856e /x11/libgnome | |
parent | 7053b599520597928dbaa337229b2f23f76e9fa2 (diff) | |
download | freebsd-ports-gnome-cb08c95446377f542fb1969c5d250be940d43788.tar.gz freebsd-ports-gnome-cb08c95446377f542fb1969c5d250be940d43788.tar.zst freebsd-ports-gnome-cb08c95446377f542fb1969c5d250be940d43788.zip |
Use ungif instead of gif.
Bad gnome-config.in for hardcoding this. No biscuit.
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/files/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libgnome/files/patch-ac b/x11/libgnome/files/patch-ac index ae93b100fb68..6b3a11c2a084 100644 --- a/x11/libgnome/files/patch-ac +++ b/x11/libgnome/files/patch-ac @@ -1,5 +1,5 @@ ---- gnome-config.in.orig Thu Jan 13 13:36:11 2000 -+++ gnome-config.in Thu Jan 13 13:42:44 2000 +--- gnome-config.in.orig Wed Oct 20 07:36:58 1999 ++++ gnome-config.in Tue Feb 15 20:50:22 2000 @@ -19,7 +19,7 @@ pkglibdir=${libdir}/@PACKAGE@ pkgincludedir=${includedir}/@PACKAGE@ @@ -56,7 +56,7 @@ ;; gnomeui) - the_libs="$the_libs @GNOME_LIBDIR@ @GNOMEUI_LIBS@" -+ the_libs="$the_libs @GNOME_LIBDIR@ -lXpm -ljpeg -lpng -lz -ltiff -lgif @GNOMEUI_LIBS@" ++ the_libs="$the_libs @GNOME_LIBDIR@ -lXpm -ljpeg -lpng -lz -ltiff -lungif @GNOMEUI_LIBS@" the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@" ;; gtkxmhtml) |