summaryrefslogtreecommitdiff
path: root/print/lyx15
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2006-08-14 17:57:15 +0000
committerMikhail Teterin <mi@FreeBSD.org>2006-08-14 17:57:15 +0000
commitaaf4a00eaf4913655da3bb7a0bc110a8180ac6e2 (patch)
tree9b78a606cbd5fdcfe3b356422fd7c59be54fc930 /print/lyx15
parentFix DISTFILES entry to ext_todo that is killing SPF patch on spamcontrol (diff)
Submit to Kris' insistence and mark BROKEN on -current. c++ gives up the
ghost (internal compiler error) on a particular file. Work is ongoing to submit this to the GCC people, who will, no doubt, berate us for using an old version of compiler, etc., etc., etc...
Notes
Notes: svn path=/head/; revision=170618
Diffstat (limited to 'print/lyx15')
-rw-r--r--print/lyx15/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile
index 8ccac45d5e2a..b1480ffcb0a4 100644
--- a/print/lyx15/Makefile
+++ b/print/lyx15/Makefile
@@ -95,6 +95,8 @@ QT_PRESENT= off
.if ${OSVERSION} < 500035
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
+.elif ${OSVERSION} >= 700007 && ${CXX} == c++
+BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
.endif
.include <bsd.port.post.mk>