1
0
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:
Joseph Koshy 2004-08-14 07:44:35 +00:00
parent 6397e7d10c
commit 97284dfc86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116178

View File

@ -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