summaryrefslogtreecommitdiff
path: root/devel/gnome-vfs1
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 22:39:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 22:39:10 +0000
commit9e98ad9b330b24e8c64e922c503ec3e41efc2316 (patch)
tree5358a66a0b86c030cb18bd9ccbdefd14bb09833a /devel/gnome-vfs1
parent- Move to LOCALBASE (diff)
Fix the build after the removal of objformat.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=184181
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>