1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Change patch to use -lgif for giflib instead of -lungif for libungif. This

should fix ports which use gnome-config to find libs, such as
  graphics/frontline
- Bump PORTREVISION
This commit is contained in:
Steve Wills 2012-02-20 13:14:19 +00:00
parent 5492e68838
commit 422fae09f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291931
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= gnome-libs
PORTVERSION= 1.4.2
PORTREVISION= 16
PORTREVISION= 17
CATEGORIES?= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome

View File

@ -56,7 +56,7 @@
;;
gnomeui)
- the_libs="$the_libs @GNOME_LIBDIR@ @GNOMEUI_LIBS@"
+ the_libs="$the_libs @GNOME_LIBDIR@ -lXpm -ljpeg -lpng -lz -ltiff -lungif @GNOMEUI_LIBS@"
+ the_libs="$the_libs @GNOME_LIBDIR@ -lXpm -ljpeg -lpng -lz -ltiff -lgif @GNOMEUI_LIBS@"
the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
;;
gtkxmhtml)