diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-20 10:34:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-20 10:34:21 +0800 |
commit | d293992b7dc055b47dad39a54a1152f5f643e3ce (patch) | |
tree | 173908603f2599cae2b52829a435c6fcec0d4262 /print | |
parent | 2ae1d189246d789e72582f8c3baf593807c51502 (diff) | |
download | freebsd-ports-gnome-d293992b7dc055b47dad39a54a1152f5f643e3ce.tar.gz freebsd-ports-gnome-d293992b7dc055b47dad39a54a1152f5f643e3ce.tar.zst freebsd-ports-gnome-d293992b7dc055b47dad39a54a1152f5f643e3ce.zip |
Here's a twist: a port that the import of gcc4.2 _unbroke_. Mark it so.
Reported by: pointyhat
Approved by: portmgr (self)
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> |