diff options
author | mi <mi@FreeBSD.org> | 2006-08-15 01:57:15 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-08-15 01:57:15 +0800 |
commit | a079321b20e3e0b41881f7c49f9187b01906f60f (patch) | |
tree | 9312372cea609ec248d18de897ce5c29eea5a850 /print/lyx16 | |
parent | 80dcb1529e459534acc17b1ae8489d8411ea5915 (diff) | |
download | freebsd-ports-gnome-a079321b20e3e0b41881f7c49f9187b01906f60f.tar.gz freebsd-ports-gnome-a079321b20e3e0b41881f7c49f9187b01906f60f.tar.zst freebsd-ports-gnome-a079321b20e3e0b41881f7c49f9187b01906f60f.zip |
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> |