diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 18:43:57 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 18:43:57 +0800 |
commit | 617216d319465fa46ba88b43eaece9bab04453d5 (patch) | |
tree | c8e6ceaaed92597a369a8c8afb3ccd4c157c0664 /security | |
parent | 1f219fa858efd8ef7aac76f15c273ef1985c15bf (diff) | |
download | freebsd-ports-gnome-617216d319465fa46ba88b43eaece9bab04453d5.tar.gz freebsd-ports-gnome-617216d319465fa46ba88b43eaece9bab04453d5.tar.zst freebsd-ports-gnome-617216d319465fa46ba88b43eaece9bab04453d5.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-mcrypt/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/ruby-mcrypt/Makefile b/security/ruby-mcrypt/Makefile index 425a46c4428b..75246b31450d 100644 --- a/security/ruby-mcrypt/Makefile +++ b/security/ruby-mcrypt/Makefile @@ -37,4 +37,10 @@ post-install: .endfor .endif -.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> |