diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-05 03:52:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-05 03:52:32 +0000 |
commit | c49bb6e4b73ed052fa9cf1cfcb8632e423d1d183 (patch) | |
tree | 36df2d8591e8f0761d850bb6880e2edcdc19a1df /devel/bonobo | |
parent | 1075750261f898ff68c388f83c4e18410b485db8 (diff) | |
download | ports-c49bb6e4b73ed052fa9cf1cfcb8632e423d1d183.tar.gz ports-c49bb6e4b73ed052fa9cf1cfcb8632e423d1d183.zip |
Notes
Diffstat (limited to 'devel/bonobo')
-rw-r--r-- | devel/bonobo/Makefile | 5 |
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> |