1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

BROKEN on 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2004-07-11 01:13:26 +00:00
parent f72bc82cb3
commit a0a020ca66
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113367

View File

@ -56,6 +56,10 @@ CFLAGS+= ${CPPFLAGS}
.include <bsd.port.pre.mk>
ALL_TARGET= all
.if ${OSVERSION} >= 502120
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if ${OSVERSION} < 500000
USE_GCC= 3.3
.endif