aboutsummaryrefslogtreecommitdiff
path: root/print/lyx
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/lyx
parentf7c8562a14533c8bffe4621b94fddb3c6e5c18b9 (diff)
downloadports-aaf4a00eaf4913655da3bb7a0bc110a8180ac6e2.tar.gz
ports-aaf4a00eaf4913655da3bb7a0bc110a8180ac6e2.zip
Notes
Diffstat (limited to 'print/lyx')
-rw-r--r--print/lyx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 8ccac45d5e2a..b1480ffcb0a4 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/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>