aboutsummaryrefslogtreecommitdiffstats
path: root/print/lyx
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2006-08-15 02:01:22 +0800
committermi <mi@FreeBSD.org>2006-08-15 02:01:22 +0800
commita62358061f3b1941518a6f9007746d57eb190b48 (patch)
tree8525c71a2bbce9f7ee42895a5d3a4cf8a85ade2c /print/lyx
parenta079321b20e3e0b41881f7c49f9187b01906f60f (diff)
downloadfreebsd-ports-gnome-a62358061f3b1941518a6f9007746d57eb190b48.tar.gz
freebsd-ports-gnome-a62358061f3b1941518a6f9007746d57eb190b48.tar.zst
freebsd-ports-gnome-a62358061f3b1941518a6f9007746d57eb190b48.zip
Tune the BROKEN finer -- it seems to affect the i386-current only.
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