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:
parent
5492e68838
commit
422fae09f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291931
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= gnome-libs
|
||||
PORTVERSION= 1.4.2
|
||||
PORTREVISION= 16
|
||||
PORTREVISION= 17
|
||||
CATEGORIES?= x11 gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user