add USE_GCC=2.95 and unbreak this port.

This commit is contained in:
Yen-Ming Lee 2004-02-08 05:04:42 +00:00
parent 2dfa99a05c
commit c5450c5795
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100340

View File

@ -18,12 +18,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= guavac.1
STRIP=
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
USE_GCC= 2.95
pre-install:
@${CHMOD} +x ${WRKSRC}/mkinstalldirs
@ -31,4 +26,4 @@ pre-install:
post-install:
@${STRIP_CMD} ${PREFIX}/bin/guavac ${PREFIX}/bin/guavad
.include <bsd.port.post.mk>
.include <bsd.port.mk>