diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-08-14 17:57:15 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-08-14 17:57:15 +0000 |
commit | aaf4a00eaf4913655da3bb7a0bc110a8180ac6e2 (patch) | |
tree | 9b78a606cbd5fdcfe3b356422fd7c59be54fc930 /print/lyx16 | |
parent | Fix 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...
Diffstat (limited to 'print/lyx16')
-rw-r--r-- | print/lyx16/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 8ccac45d5e2a..b1480ffcb0a4 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/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> |