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 | |
parent | 960b47687c497a9cf522e49edf293fbd6ed01c63 (diff) | |
download | ports-c725ada3ec0c2902aaab26f4dd66c4f2f68e4d1f.tar.gz ports-c725ada3ec0c2902aaab26f4dd66c4f2f68e4d1f.zip |
Notes
-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 |