aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-libs
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-02-20 13:14:19 +0000
committerSteve Wills <swills@FreeBSD.org>2012-02-20 13:14:19 +0000
commit422fae09f6f3a897859e490a33bf27a3d0c5a377 (patch)
treec9845db7c08e7e87bf71180702edc262fcf7f57f /x11/gnome-libs
parent5492e68838d5a8dda689b09e1c677ce618bcd741 (diff)
downloadports-422fae09f6f3a897859e490a33bf27a3d0c5a377.tar.gz
ports-422fae09f6f3a897859e490a33bf27a3d0c5a377.zip
- 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
Notes
Notes: svn path=/head/; revision=291931
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r--x11/gnome-libs/Makefile2
-rw-r--r--x11/gnome-libs/files/patch-ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 54a668122b03..26a363f05bef 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnome-libs
PORTVERSION= 1.4.2
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES?= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
diff --git a/x11/gnome-libs/files/patch-ac b/x11/gnome-libs/files/patch-ac
index 0d8f8a75ea9d..767689d850ac 100644
--- a/x11/gnome-libs/files/patch-ac
+++ b/x11/gnome-libs/files/patch-ac
@@ -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)