diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-31 18:26:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-31 18:26:39 +0000 |
commit | 782f25a11510c34da3f12e781a4b7968ccd8c3c0 (patch) | |
tree | 33149ae6bd43f23895fbf1ebec5dbd360c87fbfe /devel/gnome-vfsmm/Makefile | |
parent | 0aeb6a8f808e946cf7cbc2764d721af7c0729b17 (diff) | |
download | ports-782f25a11510c34da3f12e781a4b7968ccd8c3c0.tar.gz ports-782f25a11510c34da3f12e781a4b7968ccd8c3c0.zip |
Notes
Diffstat (limited to 'devel/gnome-vfsmm/Makefile')
-rw-r--r-- | devel/gnome-vfsmm/Makefile | 8 |
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> |