aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bonobo
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-02-05 11:52:32 +0800
committermarcus <marcus@FreeBSD.org>2007-02-05 11:52:32 +0800
commit83e2f48a5f1dbba1f51d2687f68b0bbf1a4f7e31 (patch)
tree5f2e4314f147f055319ec0faed75e3c92eb5e5ff /devel/bonobo
parent64356a08b429ae43220a7f0cd330420522d90d49 (diff)
downloadfreebsd-ports-gnome-83e2f48a5f1dbba1f51d2687f68b0bbf1a4f7e31.tar.gz
freebsd-ports-gnome-83e2f48a5f1dbba1f51d2687f68b0bbf1a4f7e31.tar.zst
freebsd-ports-gnome-83e2f48a5f1dbba1f51d2687f68b0bbf1a4f7e31.zip
Fix the build after the removal of objformat.
Reported by: pointyhat via kris
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>