aboutsummaryrefslogtreecommitdiff
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
parentaaf4a00eaf4913655da3bb7a0bc110a8180ac6e2 (diff)
downloadports-2877fcf5fc31fa8a9cecaeec2fcea0b193aea817.tar.gz
ports-2877fcf5fc31fa8a9cecaeec2fcea0b193aea817.zip
Notes
-rw-r--r--print/lyx-devel/Makefile2
-rw-r--r--print/lyx/Makefile2
-rw-r--r--print/lyx14/Makefile2
-rw-r--r--print/lyx15/Makefile2
-rw-r--r--print/lyx16/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile
index b1480ffcb0a4..01644d403979 100644
--- a/print/lyx-devel/Makefile
+++ b/print/lyx-devel/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
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
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile
index b1480ffcb0a4..01644d403979 100644
--- a/print/lyx14/Makefile
+++ b/print/lyx14/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
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile
index b1480ffcb0a4..01644d403979 100644
--- a/print/lyx15/Makefile
+++ b/print/lyx15/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
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile
index b1480ffcb0a4..01644d403979 100644
--- a/print/lyx16/Makefile
+++ b/print/lyx16/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