pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio pulseaudio: needs libsocket and libns...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/617f2315585f
branches:  trunk
changeset: 456743:617f2315585f
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Aug 07 07:58:24 2021 +0000

description:
pulseaudio: needs libsocket and libnsl on SunOS

diffstat:

 audio/pulseaudio/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r bc1cc02418a0 -r 617f2315585f audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Sat Aug 07 07:48:56 2021 +0000
+++ b/audio/pulseaudio/Makefile Sat Aug 07 07:58:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2021/07/30 12:21:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.162 2021/08/07 07:58:24 nia Exp $
 
 DISTNAME=      pulseaudio-15.0
 CATEGORIES=    audio
@@ -108,6 +108,7 @@
 
 # LIBS is not passed to meson build system. Use LDFLAGS instead.
 LDFLAGS.NetBSD+=       ${LIBOSSAUDIO}
+LDFLAGS.SunOS+=                -lsocket -lnsl
 
 # Do not depend on RPATH $ORIGIN.
 LDFLAGS+=              ${COMPILER_RPATH_FLAG}${PREFIX}/lib/pulseaudio



Home | Main Index | Thread Index | Old Index