aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sylpheed2
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-11-08 04:54:32 +0800
committeroliver <oliver@FreeBSD.org>2005-11-08 04:54:32 +0800
commita04b8ae0c5ef0b1835d20dda24518added19fd08 (patch)
treeee8020ddba23aee98d88d1b7681900e15277fd93 /mail/sylpheed2
parent7ff6e5741934a92f3fdd37f9e286186713d3787c (diff)
downloadfreebsd-ports-gnome-a04b8ae0c5ef0b1835d20dda24518added19fd08.tar.gz
freebsd-ports-gnome-a04b8ae0c5ef0b1835d20dda24518added19fd08.tar.zst
freebsd-ports-gnome-a04b8ae0c5ef0b1835d20dda24518added19fd08.zip
CFLAGS adjusted because sylpheed needs pthread if GnomeVFS is installed
Submitted by: jylefort
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r--mail/sylpheed2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile
index 5a34063461ad..f9ad73f99e2c 100644
--- a/mail/sylpheed2/Makefile
+++ b/mail/sylpheed2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sylpheed
PORTVERSION= 2.0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.0/
@@ -25,8 +25,10 @@ USE_GNOME= gtk20
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \
- LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib"
+# Sylpheed needs pthread if GnomeVFS is installed (GtkFileChooser uses it)
+CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
+ CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \
+ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --enable-ipv6 \
--prefix=${PREFIX} \
--with-libintl-prefix=${LOCALBASE} \