From f4c32f8851590b9cc448501cad2d635af5a0d397 Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 15 Feb 2012 21:22:21 +0000 Subject: Fix build on SunOS. REPLACE_SH in installed shell script. --- audio/esound/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audio/esound/Makefile b/audio/esound/Makefile index d9d23d413ef..2cdc7010109 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2012/01/24 09:42:35 marino Exp $ +# $NetBSD: Makefile,v 1.77 2012/02/15 21:22:21 hans Exp $ DISTNAME= esound-0.2.41 PKGREVISION= 1 @@ -43,6 +43,9 @@ SUBST_MESSAGE.oss= Fixing oss. LDFLAGS.IRIX+= -lm LDFLAGS.DragonFly+= -lm +LDFLAGS.SunOS+= -lsocket -lnsl + +REPLACE_SH+= esd-config.in .include "../../audio/libaudiofile/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3