diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-04 22:39:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-04 22:39:10 +0000 |
commit | 9e98ad9b330b24e8c64e922c503ec3e41efc2316 (patch) | |
tree | 5358a66a0b86c030cb18bd9ccbdefd14bb09833a /devel | |
parent | c6ba342e72d962d7a614d2f8c717f71f497de117 (diff) | |
download | ports-9e98ad9b330b24e8c64e922c503ec3e41efc2316.tar.gz ports-9e98ad9b330b24e8c64e922c503ec3e41efc2316.zip |
Notes
Diffstat (limited to 'devel')
-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> |