summaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-06 03:12:21 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-06 03:12:21 +0800
commit57bf8a8c04a26473d2b974e59b13a7244c69a147 (patch)
tree2f7f6fb76c37e8b012fa5243dd25df0979b83f18 /devel/gnomevfs2
parent928e7206a8b3e1aed4d3e4b0e799131f1bfdf576 (diff)
downloadmarcuscom-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/gnomevfs2')
-rw-r--r--devel/gnomevfs2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile
index d0469eaf3..b63381be6 100644
--- a/devel/gnomevfs2/Makefile
+++ b/devel/gnomevfs2/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 \