add USE_GCC=2.95 and unbreak this port.

This commit is contained in:
Yen-Ming Lee 2004-02-06 18:11:45 +00:00
parent c2ea862179
commit 136392de0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100168
2 changed files with 4 additions and 14 deletions

View file

@ -17,14 +17,9 @@ COMMENT= A tool for measuring general performance of the Internet
PLIST_FILES= bin/oproute
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
USE_GCC= 2.95
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -17,14 +17,9 @@ COMMENT= A tool for measuring general performance of the Internet
PLIST_FILES= bin/oproute
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
USE_GCC= 2.95
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Makefile
.include <bsd.port.post.mk>
.include <bsd.port.mk>