diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-10 21:57:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-10 21:57:23 +0000 |
commit | 92d7fe568c10db409c485bdcc6dec9ab8695c2cc (patch) | |
tree | 40b7a929d8ca34c5ae7f9f2d5d00d40fe567c55d /devel/bonobo-conf/Makefile | |
parent | f50cfb8808933c38dbfa02e27b30ea6dbd5e38d6 (diff) |
Fix the build with the removal of objformat.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=184810
Diffstat (limited to 'devel/bonobo-conf/Makefile')
-rw-r--r-- | devel/bonobo-conf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/bonobo-conf/Makefile b/devel/bonobo-conf/Makefile index 384b9355ee8d..0df2f7d8ee49 100644 --- a/devel/bonobo-conf/Makefile +++ b/devel/bonobo-conf/Makefile @@ -25,4 +25,8 @@ USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |