diff options
author | pav <pav@FreeBSD.org> | 2009-01-07 01:59:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-07 01:59:31 +0800 |
commit | 8ef21a396d8627cdfced24744c2bacb7cb0c9453 (patch) | |
tree | 06fbb407306ac7e1b7b00946df69737e787c8891 /print/lyx | |
parent | e32973556a174646ad93cdf1b43963a9fc18eb55 (diff) | |
download | freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.gz freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.zst freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.zip |
- Remove conditional checks for FreeBSD 5.x and older
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 |