pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/pulseaudio
Module Name: pkgsrc
Committed By: nia
Date: Sat Aug 7 07:58:24 UTC 2021
Modified Files:
pkgsrc/audio/pulseaudio: Makefile
Log Message:
pulseaudio: needs libsocket and libnsl on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/audio/pulseaudio/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/pulseaudio/Makefile
diff -u pkgsrc/audio/pulseaudio/Makefile:1.161 pkgsrc/audio/pulseaudio/Makefile:1.162
--- pkgsrc/audio/pulseaudio/Makefile:1.161 Fri Jul 30 12:21:06 2021
+++ pkgsrc/audio/pulseaudio/Makefile Sat Aug 7 07:58:24 2021
@@ -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 @@ PLIST.oss= yes
# 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