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

set to something GCC 2.95 won't understand.
This commit is contained in:
David E. O'Brien 2004-11-15 02:37:29 +00:00
parent 4b88e38ec1
commit 90c441e492
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121628

View file

@ -32,6 +32,9 @@ CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500039
WITHOUT_CPU_CFLAGS= yes
.endif
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile"
USE_REINPLACE= yes