aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-05 22:07:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-05 22:07:02 +0000
commit77874c1febb8362b1667be31a590fd63a0422ab0 (patch)
treea78df895ab2ddf1c40b22549bf4cf4384f234ba6 /graphics/gimp
parentd9389c183dd694b6ea8baa9f4c11d62adc1c29e4 (diff)
downloadports-77874c1febb8362b1667be31a590fd63a0422ab0.tar.gz
ports-77874c1febb8362b1667be31a590fd63a0422ab0.zip
Be sure to link against PTHREAD_LIBS even in the non-GNOME case to fix
a crash with the file chooser when gnomevfs2 is installed.
Notes
Notes: svn path=/head/; revision=130428
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index b95a7c9fe9be..9b6f16a6fd02 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gimp
PORTVERSION= 2.2.4
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -144,6 +145,7 @@ PLIST_SUB+= GNOMEPANEL:=""
GNOME_ENABLED= yes
.else
PLIST_SUB+= GNOMEPANEL:="@comment "
+CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS}
.endif
.if ${HAVE_GNOME:Mlibgtkhtml}!="" || defined(WITH_HTML_HELP_BROWSER)