diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-02 10:18:10 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-02 10:18:10 +0000 |
commit | c725ada3ec0c2902aaab26f4dd66c4f2f68e4d1f (patch) | |
tree | 5864a73af7265391201cd9e8ff4225ab6b88889e /textproc/liblrdf/Makefile | |
parent | Make sure that the conditional check on libdb4 actually happens. (diff) |
Add ${PTHREAD_LIBS}
Submitted by: ydg <ydg@cox.net>
Diffstat (limited to 'textproc/liblrdf/Makefile')
-rw-r--r-- | textproc/liblrdf/Makefile | 5 |
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 |