From 01ce14ce8f8702de677efafd1297fe0b8034224e Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 18 Dec 2004 15:50:42 +0000 Subject: explicitly specify path to traceroute binary on irix 5. fixes PR pkg/27769 from Georg Schwarz. --- net/xtraceroute/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index c8e8a78bc60..4e6598ba24e 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/10/03 00:18:02 tv Exp $ +# $NetBSD: Makefile,v 1.37 2004/12/18 15:50:42 grant Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -26,6 +26,11 @@ CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" CONFIGURE_ARGS+= --with-GL-prefix=${LOCALBASE} CONFIGURE_ARGS+= --with-lib-MesaGL +.include "../../mk/bsd.prefs.mk" +.if !empty(LOWER_OPSYS:Mirix5*) +CONFIGURE_ARGS+= --with-traceroute=/usr/etc/traceroute +.endif + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/xtraceroute ${INSTALL_DATA} ${WRKDIR}/hosts.cache ${PREFIX}/share/xtraceroute/hosts.cache -- cgit v1.2.3