mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
CFLAGS adjusted because sylpheed needs pthread if GnomeVFS is installed
Submitted by: jylefort
This commit is contained in:
parent
0605ccba29
commit
d877423bb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147524
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= sylpheed
|
PORTNAME= sylpheed
|
||||||
PORTVERSION= 2.0.3
|
PORTVERSION= 2.0.3
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.0/
|
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.0/
|
||||||
|
|
||||||
@ -25,8 +25,10 @@ USE_GNOME= gtk20
|
|||||||
USE_LIBTOOL_VER=15
|
USE_LIBTOOL_VER=15
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \
|
# Sylpheed needs pthread if GnomeVFS is installed (GtkFileChooser uses it)
|
||||||
LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib"
|
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 \
|
CONFIGURE_ARGS= --enable-ipv6 \
|
||||||
--prefix=${PREFIX} \
|
--prefix=${PREFIX} \
|
||||||
--with-libintl-prefix=${LOCALBASE} \
|
--with-libintl-prefix=${LOCALBASE} \
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= sylpheed
|
PORTNAME= sylpheed
|
||||||
PORTVERSION= 2.0.3
|
PORTVERSION= 2.0.3
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= mail ipv6
|
CATEGORIES= mail ipv6
|
||||||
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.0/
|
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.0/
|
||||||
|
|
||||||
@ -25,8 +25,10 @@ USE_GNOME= gtk20
|
|||||||
USE_LIBTOOL_VER=15
|
USE_LIBTOOL_VER=15
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
|
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \
|
# Sylpheed needs pthread if GnomeVFS is installed (GtkFileChooser uses it)
|
||||||
LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib"
|
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 \
|
CONFIGURE_ARGS= --enable-ipv6 \
|
||||||
--prefix=${PREFIX} \
|
--prefix=${PREFIX} \
|
||||||
--with-libintl-prefix=${LOCALBASE} \
|
--with-libintl-prefix=${LOCALBASE} \
|
||||||
|
Loading…
Reference in New Issue
Block a user