add USE_GCC=2.95 and unbreak this port.
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue