diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/cjk-lyx/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index 7f3b5c5c2d1c..9bb2cdd99688 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -95,10 +95,4 @@ BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS+= latex:${PORTSDIR}/print/teTeX .endif -.if ${OSVERSION} < 500035 -CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30 -.elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++ -BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER} -.endif - .include <bsd.port.post.mk> |