diff options
Diffstat (limited to 'print/lyx15')
-rw-r--r-- | print/lyx15/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.post.mk> |