aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bonobo-conf
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-02-11 05:57:23 +0800
committermarcus <marcus@FreeBSD.org>2007-02-11 05:57:23 +0800
commit4fc25497e7ce5b58a1bd10902d79fe5f4728929a (patch)
tree32aab53c9989b2b5fa59c65a2328d23aaed7c2c7 /devel/bonobo-conf
parentdb3c3f66b449907f1924ff07c773221bf9adf56d (diff)
downloadfreebsd-ports-gnome-4fc25497e7ce5b58a1bd10902d79fe5f4728929a.tar.gz
freebsd-ports-gnome-4fc25497e7ce5b58a1bd10902d79fe5f4728929a.tar.zst
freebsd-ports-gnome-4fc25497e7ce5b58a1bd10902d79fe5f4728929a.zip
Fix the build with the removal of objformat.
Reported by: pointyhat via kris
Diffstat (limited to 'devel/bonobo-conf')
-rw-r--r--devel/bonobo-conf/Makefile4
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>