diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-03-17 18:51:17 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-03-17 18:51:17 +0000 |
commit | 0a968282e248a15eda0cc0aa58193e909bd62b22 (patch) | |
tree | bdc2e2065d9df05d8560aa60a689d184b64f3f4e /graphics/sane-backends/Makefile | |
parent | a924f598db21b6b79844a2f2281958de73ccd1e3 (diff) |
Notes
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r-- | graphics/sane-backends/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 6cfa009c91e2..0d8cd6c5c6b1 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --mandir=${PREFIX}/man --with-docdir=${DOCSDIR} \ --disable-locking - + MAKE_ENV= NOPORTDOCS=${NOPORTDOCS} USE_LDCONFIG= yes @@ -74,6 +74,6 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|= \.\./libtool|= @LIBTOOL@|g' @${REINPLACE_CMD} -e 's|} -D_REENT|} ${PTHREAD_CFLAGS} -D_REENT|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + s|-lpthread|${PTHREAD_LIBS}|g; s|echo aout|echo elf|' ${WRKSRC}/configure .include <bsd.port.post.mk> |