diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-06 03:12:21 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-06 03:12:21 +0800 |
commit | 57bf8a8c04a26473d2b974e59b13a7244c69a147 (patch) | |
tree | 2f7f6fb76c37e8b012fa5243dd25df0979b83f18 /devel/gnome-vfs | |
parent | 928e7206a8b3e1aed4d3e4b0e799131f1bfdf576 (diff) | |
download | marcuscom-ports-57bf8a8c04a26473d2b974e59b13a7244c69a147.tar marcuscom-ports-57bf8a8c04a26473d2b974e59b13a7244c69a147.tar.gz marcuscom-ports-57bf8a8c04a26473d2b974e59b13a7244c69a147.tar.bz2 marcuscom-ports-57bf8a8c04a26473d2b974e59b13a7244c69a147.tar.lz marcuscom-ports-57bf8a8c04a26473d2b974e59b13a7244c69a147.tar.xz marcuscom-ports-57bf8a8c04a26473d2b974e59b13a7244c69a147.tar.zst marcuscom-ports-57bf8a8c04a26473d2b974e59b13a7244c69a147.zip |
Fix build with GCC 3.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4720 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index d0469eaf3..b63381be6 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnomevfs2/Makefile,v 1.106 2005/08/28 06:12:29 marcus Exp $ +# $MCom: ports/devel/gnomevfs2/Makefile,v 1.107 2005/09/05 18:19:22 marcus Exp $ # PORTNAME= gnomevfs2 @@ -87,6 +87,7 @@ post-patch: < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} @${SED} -e 's|%%X11BASE%%|${X11BASE}|g' \ < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} + @${TOUCH} -f ${WRKSRC}/libgnomevfs/GNOME_VFS_Daemon.idl pre-configure: @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]' 2> /dev/null`" ]; then \ |