From a079321b20e3e0b41881f7c49f9187b01906f60f Mon Sep 17 00:00:00 2001 From: mi Date: Mon, 14 Aug 2006 17:57:15 +0000 Subject: 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... --- print/lyx15/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'print/lyx15') diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 8ccac45d..b1480ff 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 -- cgit v1.1