summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfsmm/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-07-31 18:26:39 +0000
committermarcus <marcus@FreeBSD.org>2003-07-31 18:26:39 +0000
commit9a93247988fae500f8537f003ec59e91dd21410f (patch)
treede76d6197a64bfbce395c9c29b23fbccd782f03f /devel/gnome-vfsmm/Makefile
parentdf2cecf4d416f53bb61d0bf09661cf54c07d57e1 (diff)
downloadFreeBSD-ports-9a93247988fae500f8537f003ec59e91dd21410f.zip
FreeBSD-ports-9a93247988fae500f8537f003ec59e91dd21410f.tar.gz
Fix build on -STABLE.
Submitted by: maintainer Reported by: kris via bento
Diffstat (limited to 'devel/gnome-vfsmm/Makefile')
-rw-r--r--devel/gnome-vfsmm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile
index 7f50e83..7989588 100644
--- a/devel/gnome-vfsmm/Makefile
+++ b/devel/gnome-vfsmm/Makefile
@@ -25,4 +25,10 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_gcc_bugs
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud