1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Use ungif instead of gif.

Bad gnome-config.in for hardcoding this.  No biscuit.
This commit is contained in:
Ade Lovett 2000-02-16 03:00:03 +00:00
parent d2a37a12a5
commit 9ec7396641
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25881
3 changed files with 9 additions and 9 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)