diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 10:43:57 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 10:43:57 +0000 |
commit | b77b40710730f1306785f66b867f5161de4059bf (patch) | |
tree | e8ab47bc6c51eb2cec2fd192a1f98fea5956d938 /security | |
parent | f7c3f93481de70fbdf11f305ef16273f83b9d614 (diff) | |
download | ports-b77b40710730f1306785f66b867f5161de4059bf.tar.gz ports-b77b40710730f1306785f66b867f5161de4059bf.zip |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200461
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> |