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:
parent
4b88e38ec1
commit
90c441e492
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121628
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue