aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-12 23:31:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-12 23:31:29 +0000
commit8971082b6804b653e8ec8e287eaa0f4f3806116f (patch)
tree946d9600bbbb7f4560b6327ead9eadb84a92aaec /graphics
parente731f00f9e078f3963546c4c6ba944ac73c288fb (diff)
downloadports-8971082b6804b653e8ec8e287eaa0f4f3806116f.tar.gz
ports-8971082b6804b653e8ec8e287eaa0f4f3806116f.zip
- Mark BROKEN with GCC 4.2
Reported by: pointyhat Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202654
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ivtools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile
index 868b9acc9b4b..002406eb37d5 100644
--- a/graphics/ivtools/Makefile
+++ b/graphics/ivtools/Makefile
@@ -38,4 +38,8 @@ PLIST_SUB+= IVDL="@comment "
PLIST_SUB+= IVDL=""
.endif
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.include <bsd.port.post.mk>