diff options
author | pav <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
commit | 8eba96b36ad4230e29c29044a42608050210a1f7 (patch) | |
tree | 1ded10deafb806a07b1bf673070f413ce7ec1884 /graphics/ray++ | |
parent | 487e44169b5eab1086657b11b255d372dbb4abee (diff) | |
download | FreeBSD-ports-8eba96b36ad4230e29c29044a42608050210a1f7.zip FreeBSD-ports-8eba96b36ad4230e29c29044a42608050210a1f7.tar.gz |
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
Diffstat (limited to 'graphics/ray++')
-rw-r--r-- | graphics/ray++/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile index ed6a061..36a731c 100644 --- a/graphics/ray++/Makefile +++ b/graphics/ray++/Makefile @@ -27,6 +27,10 @@ USE_LDCONFIG= yes BROKEN= "Does not compile on !i386" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure |