summaryrefslogtreecommitdiff
path: root/textproc/liblrdf
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-05-02 10:18:10 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-05-02 10:18:10 +0000
commitc725ada3ec0c2902aaab26f4dd66c4f2f68e4d1f (patch)
tree5864a73af7265391201cd9e8ff4225ab6b88889e /textproc/liblrdf
parentMake sure that the conditional check on libdb4 actually happens. (diff)
Add ${PTHREAD_LIBS}
Submitted by: ydg <ydg@cox.net>
Notes
Notes: svn path=/head/; revision=80009
Diffstat (limited to 'textproc/liblrdf')
-rw-r--r--textproc/liblrdf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile
index 19f2e23731c0..e228dca2179a 100644
--- a/textproc/liblrdf/Makefile
+++ b/textproc/liblrdf/Makefile
@@ -21,8 +21,9 @@ USE_GNOME= gnomehack
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
+ LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
post-patch:
${REINPLACE_CMD} -e 's,1:2:2,1:2:1,' ${WRKSRC}/configure