diff options
author | marcus <marcus@FreeBSD.org> | 2007-02-05 11:52:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-02-05 11:52:32 +0800 |
commit | 83e2f48a5f1dbba1f51d2687f68b0bbf1a4f7e31 (patch) | |
tree | 5f2e4314f147f055319ec0faed75e3c92eb5e5ff /devel/bonobo | |
parent | 64356a08b429ae43220a7f0cd330420522d90d49 (diff) | |
download | freebsd-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/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> |