summaryrefslogtreecommitdiff
path: root/devel/bonobo
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-05 03:52:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-05 03:52:32 +0000
commitc49bb6e4b73ed052fa9cf1cfcb8632e423d1d183 (patch)
tree36df2d8591e8f0761d850bb6880e2edcdc19a1df /devel/bonobo
parent- Update to version 0.5.4. (diff)
Fix the build after the removal of objformat.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=184244
Diffstat (limited to 'devel/bonobo')
-rw-r--r--devel/bonobo/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile
index d8a8457501b3..b6366a4d7428 100644
--- a/devel/bonobo/Makefile
+++ b/devel/bonobo/Makefile
@@ -30,4 +30,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
+ ${WRKSRC}/configure \
+ ${WRKSRC}/libefs/configure
+
.include <bsd.port.mk>