diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx-devel/Makefile | 4 | ||||
-rw-r--r-- | print/lyx/Makefile | 4 | ||||
-rw-r--r-- | print/lyx14/Makefile | 4 | ||||
-rw-r--r-- | print/lyx16/Makefile | 4 | ||||
-rw-r--r-- | print/scribus-devel/Makefile | 4 | ||||
-rw-r--r-- | print/scribus/Makefile | 4 |
6 files changed, 4 insertions, 20 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index c53d09090598..f3366b56d1ce 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/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 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 diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index c53d09090598..f3366b56d1ce 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/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 diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index c53d09090598..f3366b56d1ce 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/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 diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index da27fb07eec8..7ce74074986d 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -42,10 +42,6 @@ MANLANG= "" pl pl_PL.UTF-8 pl_PL.ISO8859-2 de de_DE.UTF-8 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500035 -CXXFLAGS+= -fpermissive -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g; \ s|-O2 ||g ; \ diff --git a/print/scribus/Makefile b/print/scribus/Makefile index da27fb07eec8..7ce74074986d 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -42,10 +42,6 @@ MANLANG= "" pl pl_PL.UTF-8 pl_PL.ISO8859-2 de de_DE.UTF-8 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500035 -CXXFLAGS+= -fpermissive -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g; \ s|-O2 ||g ; \ |