mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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
@ -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 New Issue
Block a user