If built on a machine with GCC 3.2 or later; assume the machine has CPUTYPE

set to something GCC 2.8 won't understand.
This commit is contained in:
David E. O'Brien 2004-12-05 23:01:36 +00:00
parent a22e6bafac
commit e415907d40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123265

View File

@ -31,6 +31,9 @@ DEPRECATED= "This port is no longer in use by anything in the ports collection a
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
.if ${OSVERSION} >= 500039
WITHOUT_CPU_CFLAGS= yes
.endif
CC= gcc28
CXX= g++28