diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
commit | b2a96c6df1c8809216eced623ec37a8372b3216e (patch) | |
tree | 0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /print/lyx | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) | |
download | ports-b2a96c6df1c8809216eced623ec37a8372b3216e.tar.gz ports-b2a96c6df1c8809216eced623ec37a8372b3216e.zip |
Notes
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index c53d09090598..f3366b56d1ce 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -113,9 +113,7 @@ QT_PRESENT= on QT_PRESENT= off .endif -.if ${OSVERSION} < 500035 -CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30 -.elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++ +.if ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++ #BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER} .endif |