aboutsummaryrefslogtreecommitdiff
path: root/print/lyx
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2006-08-14 18:01:22 +0000
committerMikhail Teterin <mi@FreeBSD.org>2006-08-14 18:01:22 +0000
commit2877fcf5fc31fa8a9cecaeec2fcea0b193aea817 (patch)
treeea029b79edaed830bf59fbe378a4f611e68a91b0 /print/lyx
parentaaf4a00eaf4913655da3bb7a0bc110a8180ac6e2 (diff)
downloadports-2877fcf5fc31fa8a9cecaeec2fcea0b193aea817.tar.gz
ports-2877fcf5fc31fa8a9cecaeec2fcea0b193aea817.zip
Notes
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