aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-04-21 02:31:19 +0800
committermarcus <marcus@FreeBSD.org>2004-04-21 02:31:19 +0800
commit0d2deb592d7bf5e046792a18fd8fbc6f96136d15 (patch)
tree5a640cae8b44f06c45649666fc9f58f1764594de
parentf0eb683326ba0b91416f5c8486c47be0920e16ec (diff)
downloadfreebsd-ports-gnome-0d2deb592d7bf5e046792a18fd8fbc6f96136d15.tar.gz
freebsd-ports-gnome-0d2deb592d7bf5e046792a18fd8fbc6f96136d15.tar.zst
freebsd-ports-gnome-0d2deb592d7bf5e046792a18fd8fbc6f96136d15.zip
Link against PTHREAD_LIBS so that the file selection dialog works correctly
when libgnomeui is installed.
-rw-r--r--x11/zenity/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
index c792e99c53a8..382ee1fa68bd 100644
--- a/x11/zenity/Makefile
+++ b/x11/zenity/Makefile
@@ -7,6 +7,7 @@
PORTNAME= zenity
PORTVERSION= 2.6.1
+PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
@@ -25,8 +26,8 @@ USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= zenity.1
4&id=082e59873b0d1c2e563a68aa4d4ea18576e5421e'>Update to 1.4 Build 182lioux2002-10-202-2/+2 * Update to 1.4 Build 180lioux2002-10-062-2/+2