aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfsmm/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-31 18:26:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-31 18:26:39 +0000
commit782f25a11510c34da3f12e781a4b7968ccd8c3c0 (patch)
tree33149ae6bd43f23895fbf1ebec5dbd360c87fbfe /devel/gnome-vfsmm/Makefile
parent0aeb6a8f808e946cf7cbc2764d721af7c0729b17 (diff)
downloadports-782f25a11510c34da3f12e781a4b7968ccd8c3c0.tar.gz
ports-782f25a11510c34da3f12e781a4b7968ccd8c3c0.zip
Notes
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 7f50e830cf20..7989588b33ec 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>