From 346254d09f952104f43dbb0889a5f1cfdc356486 Mon Sep 17 00:00:00 2001 From: gavan Date: Thu, 6 Nov 2003 14:25:04 +0000 Subject: Solaris needs -lnsl and -lsocket --- audio/mserv/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/mserv/Makefile') diff --git a/audio/mserv/Makefile b/audio/mserv/Makefile index c7b00a459b6..9adf52588ea 100644 --- a/audio/mserv/Makefile +++ b/audio/mserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/09/04 18:32:45 abs Exp $ +# $NetBSD: Makefile,v 1.14 2003/11/06 14:25:04 gavan Exp $ # DISTNAME= mserv-0.35 @@ -18,6 +18,8 @@ CONFIGURE_ARGS+=--datadir=${PREFIX}/share/mserv USE_BUILDLINK2= yes REPLACE_PERL= support/mservedit webclient/main.cgi webclient/margin.cgi webclient/mserv.cgi +LDFLAGS.SunOS+= -lnsl -lsocket + post-configure: ${MV} ${WRKSRC}/mserv/soundcard.h ${WRKSRC}/mserv/mservsoundcard.h -- cgit v1.2.3