diff options
author | arved <arved@FreeBSD.org> | 2007-03-18 02:51:17 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-03-18 02:51:17 +0800 |
commit | 7d7a2ef4e6c7db2ee5692567ce823e8b2f3c4755 (patch) | |
tree | abc2ee4a60def7a1f85a95a340289666f7e368af /graphics/sane-backends | |
parent | bd1bd95d1ff83d0d7c8a5ad52cca74cf025a17c0 (diff) | |
download | freebsd-ports-gnome-7d7a2ef4e6c7db2ee5692567ce823e8b2f3c4755.tar.gz freebsd-ports-gnome-7d7a2ef4e6c7db2ee5692567ce823e8b2f3c4755.tar.zst freebsd-ports-gnome-7d7a2ef4e6c7db2ee5692567ce823e8b2f3c4755.zip |
Fix build after objformat removal
Diffstat (limited to 'graphics/sane-backends')
-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> |