diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-16 03:00:03 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-16 03:00:03 +0000 |
commit | 9ec7396641590dfa592bbfc8d5c02ec67e8344fa (patch) | |
tree | 35ec3157707297ac984be02c389731f2b838d796 /x11/gnome-libs | |
parent | switch to pine4 (diff) |
Use ungif instead of gif.
Bad gnome-config.in for hardcoding this. No biscuit.
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/files/patch-ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-libs/files/patch-ac b/x11/gnome-libs/files/patch-ac index ae93b100fb68..6b3a11c2a084 100644 --- a/x11/gnome-libs/files/patch-ac +++ b/x11/gnome-libs/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) |