aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs1
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-02-05 06:39:10 +0800
committermarcus <marcus@FreeBSD.org>2007-02-05 06:39:10 +0800
commit4faf74f228cc981680415da5eefe26cd6520c6bb (patch)
treec010fd61459042e3a678995e32c316a1d644758f /devel/gnome-vfs1
parentc8d66cd55414f715e5c7e6f4b309f54588a1bfd2 (diff)
downloadfreebsd-ports-gnome-4faf74f228cc981680415da5eefe26cd6520c6bb.tar.gz
freebsd-ports-gnome-4faf74f228cc981680415da5eefe26cd6520c6bb.tar.zst
freebsd-ports-gnome-4faf74f228cc981680415da5eefe26cd6520c6bb.zip
Fix the build after the removal of objformat.
Reported by: pointyhat via kris
Diffstat (limited to 'devel/gnome-vfs1')
-rw-r--r--devel/gnome-vfs1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile
index f775cdde5a0b..ef9ada9f9f48 100644
--- a/devel/gnome-vfs1/Makefile
+++ b/devel/gnome-vfs1/Makefile
@@ -48,5 +48,7 @@ post-patch:
's|/usr/local/bin/perl|${PERL}|g'
@${REINPLACE_CMD} -e 's|\%\%LOCALBASE\%\%|${LOCALBASE}|g' \
${WRKSRC}/libgnomevfs/libcharset/Makefile.in
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>