BROKEN on 4.x: Internal compiler error in gcc

This commit is contained in:
Kris Kennaway 2004-08-16 01:09:53 +00:00
parent 3dbce4466c
commit 1cccfd5e68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116330

View File

@ -25,4 +25,10 @@ USE_X_PREFIX= yes
USE_GL= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Internal compiler error in gcc"
.endif
.include <bsd.port.post.mk>