diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-31 18:26:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-31 18:26:39 +0000 |
commit | 9a93247988fae500f8537f003ec59e91dd21410f (patch) | |
tree | de76d6197a64bfbce395c9c29b23fbccd782f03f /devel/gnome-vfsmm/Makefile | |
parent | df2cecf4d416f53bb61d0bf09661cf54c07d57e1 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |