- add USE_GCC=3.3 when default gcc is 3.4

This commit is contained in:
Yen-Ming Lee 2004-11-03 06:41:13 +00:00
parent e6bfe157aa
commit a6899c530f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120688

View File

@ -22,7 +22,7 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile with gcc 3.4.2"
USE_GCC= 3.3
.endif
.include <bsd.port.post.mk>