diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-11-07 20:54:32 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-11-07 20:54:32 +0000 |
commit | d877423bb4c1f553a0b6699bf44edd4abc7691d8 (patch) | |
tree | fb49f90cb799adc56281ead61d91ef1f5a10c06c /mail/sylpheed2 | |
parent | 0605ccba295f2a67e04d027a669d7a93533acff8 (diff) |
Notes
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 8 |
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} \ |