mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Unbreak on -CURRENT [with gcc 3.4.2].
This commit is contained in:
parent
6397e7d10c
commit
97284dfc86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116178
@ -44,6 +44,11 @@ MAN6= xaos.6
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# GCC 3.4.2 alleges prototype mismatches with __attribute__((regparm))
|
||||
.if ${OSVERSION} >= 502125
|
||||
CFLAGS+= -DNOREGISTERS
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not compile on FreeBSD >=5.x on !i386 and !amd64"
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user