diff options
author | marcus <marcus@FreeBSD.org> | 2007-02-05 06:39:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-02-05 06:39:10 +0800 |
commit | 4faf74f228cc981680415da5eefe26cd6520c6bb (patch) | |
tree | c010fd61459042e3a678995e32c316a1d644758f /devel/gnome-vfs1 | |
parent | c8d66cd55414f715e5c7e6f4b309f54588a1bfd2 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |