diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 03:01:04 +0800 |
commit | 8eba96b36ad4230e29c29044a42608050210a1f7 (patch) | |
tree | 1ded10deafb806a07b1bf673070f413ce7ec1884 /textproc/ruby-libxml | |
parent | 487e44169b5eab1086657b11b255d372dbb4abee (diff) | |
download | freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.tar.zst freebsd-ports-gnome-8eba96b36ad4230e29c29044a42608050210a1f7.zip |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Diffstat (limited to 'textproc/ruby-libxml')
-rw-r--r-- | textproc/ruby-libxml/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ruby-libxml/Makefile b/textproc/ruby-libxml/Makefile index a94cd856e42c..4cc3ddae767f 100644 --- a/textproc/ruby-libxml/Makefile +++ b/textproc/ruby-libxml/Makefile @@ -26,4 +26,10 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include <bsd.port.post.mk> |