aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/oproute
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-02-07 02:11:45 +0800
committerleeym <leeym@FreeBSD.org>2004-02-07 02:11:45 +0800
commit928fc0e3b5d377d554448c174336e604dc2be458 (patch)
treef55caf5a12813a177922fa3a03e86ed5a76ddaf2 /net-mgmt/oproute
parent23894970cff7cb869dfc9d2ffbaea178fc25f612 (diff)
downloadfreebsd-ports-gnome-928fc0e3b5d377d554448c174336e604dc2be458.tar.gz
freebsd-ports-gnome-928fc0e3b5d377d554448c174336e604dc2be458.tar.zst
freebsd-ports-gnome-928fc0e3b5d377d554448c174336e604dc2be458.zip
add USE_GCC=2.95 and unbreak this port.
Diffstat (limited to 'net-mgmt/oproute')
-rw-r--r--net-mgmt/oproute/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net-mgmt/oproute/Makefile b/net-mgmt/oproute/Makefile
index 40641c2b6224..46cca45fdd67 100644
--- a/net-mgmt/oproute/Makefile
+++ b/net-mgmt/oproute/Makefile
@@ -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>