diff options
Diffstat (limited to 'print/lyx/Makefile')
-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 |