From c6edab336647856733093e69e20d0b3ad7890aba Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 16 Apr 2003 12:53:46 +0000 Subject: On solaris use gsed's buildlink2 to provide sed to configure/etc (it requires GNU sed) --- net/ethereal/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 381c89b4d96..b64f2bff244 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2003/03/12 15:10:45 salo Exp $ +# $NetBSD: Makefile,v 1.73 2003/04/16 12:53:46 jmc Exp $ # DISTNAME= ethereal-0.9.11 @@ -24,6 +24,11 @@ CONFIGURE_ARGS+= --with-net-snmp=${BUILDLINK_PREFIX.net-snmp} CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap} CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} +# It really wants gnu sed or xpg4/bin/sed on solaris. +.if ${OPSYS} == SunOS +.include "../../textproc/gsed/buildlink2.mk" +.endif + .include "../../devel/zlib/buildlink2.mk" .include "../../net/libpcap/buildlink2.mk" .include "../../net/net-snmp/buildlink2.mk" -- cgit v1.2.3