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:           Sun Aug 19 14:37:17 UTC 2018

Modified Files:
        pkgsrc/audio/pulseaudio: Makefile

Log Message:
pulseaudio: Check for soundcard.h on Linux.

Hopefully fixes the build on linux systems with OSS headers.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 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.130 pkgsrc/audio/pulseaudio/Makefile:1.131
--- pkgsrc/audio/pulseaudio/Makefile:1.130      Wed Jul 25 12:15:59 2018
+++ pkgsrc/audio/pulseaudio/Makefile    Sun Aug 19 14:37:17 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2018/07/25 12:15:59 adam Exp $
+# $NetBSD: Makefile,v 1.131 2018/08/19 14:37:17 nia Exp $
 
 DISTNAME=      pulseaudio-12.2
 CATEGORIES=    audio
@@ -69,6 +69,9 @@ PLIST_VARS+=          alsa bonjour coreaudio evd
 .  if exists(/usr/include/linux/input.h)
 PLIST.evdev=           yes
 .  endif
+.  if exists(/usr/include/linux/soundcard.h)
+PLIST.oss=             yes
+.  endif
 PLIST.alsa=            yes
 .include "../../audio/alsa-lib/buildlink3.mk"
 .elif ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index