aboutsummaryrefslogtreecommitdiff
path: root/lang/q/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-11-07 05:46:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-11-07 05:46:59 +0000
commit8eca1244906c02b995f8bd7641f60c4eadcf95c9 (patch)
tree9edf774bfa394952ce8df2bdacca61e8da71c8c1 /lang/q/Makefile
parenta439f82661753ee26fd74f5f9a2c1d0123e6894b (diff)
downloadports-8eca1244906c02b995f8bd7641f60c4eadcf95c9.tar.gz
ports-8eca1244906c02b995f8bd7641f60c4eadcf95c9.zip
Mark as broken with gcc4.2.
Hat: portmgr Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=202559
Diffstat (limited to 'lang/q/Makefile')
-rw-r--r--lang/q/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile
index a076350da30b..5505397fa8a2 100644
--- a/lang/q/Makefile
+++ b/lang/q/Makefile
@@ -80,8 +80,12 @@ INFO= qdoc
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if ${ARCH} == "amd64"
-BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
+BROKEN= Does not build on amd64 (shared libraries must be compiled with -fPIC)
.endif
post-extract: