aboutsummaryrefslogtreecommitdiffstats
path: root/print/lyx
diff options
context:
space:
mode:
Diffstat (limited to 'print/lyx')
-rw-r--r--print/lyx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index b1480ffcb0a4..01644d403979 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -95,7 +95,7 @@ QT_PRESENT= off
.if ${OSVERSION} < 500035
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
-.elif ${OSVERSION} >= 700007 && ${CXX} == c++
+.elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
.endif