summaryrefslogtreecommitdiff
path: root/devel/libsoup
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-12-24 16:55:31 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-12-24 16:55:31 +0000
commitb0b024b3afb4403a3d211bd9dbe2454fcb2a8463 (patch)
treefdaed0d3d951be6dacf28da102ac28168dc86f03 /devel/libsoup
parentFix to install documentations into the standard path. (diff)
Add PTHREAD_CFLAGS/LIBS to CONFIGURE_ENV, and make LDFLAGS actually
be a part of CONFIGURE_ENV.
Notes
Notes: svn path=/head/; revision=151974
Diffstat (limited to 'devel/libsoup')
-rw-r--r--devel/libsoup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 2eff113b564e..ab80e23e0f9e 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -25,8 +25,8 @@ USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
-LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
PLIST_SUB= VERSION="2.2"