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:   ryoon
Date:           Tue Jul  2 03:30:18 UTC 2019

Modified Files:
        pkgsrc/audio/pulseaudio: options.mk

Log Message:
Fix packaging on non-Linux platforms

* PLIST_VARS should be completed on all platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/pulseaudio/options.mk

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/options.mk
diff -u pkgsrc/audio/pulseaudio/options.mk:1.10 pkgsrc/audio/pulseaudio/options.mk:1.11
--- pkgsrc/audio/pulseaudio/options.mk:1.10     Mon Jul  1 10:25:24 2019
+++ pkgsrc/audio/pulseaudio/options.mk  Tue Jul  2 03:30:18 2019
@@ -1,12 +1,9 @@
-# $NetBSD: options.mk,v 1.10 2019/07/01 10:25:24 triaxx Exp $
+# $NetBSD: options.mk,v 1.11 2019/07/02 03:30:18 ryoon Exp $
 
 .include "../../comms/lirc/available.mk"
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pulseaudio
-PKG_SUPPORTED_OPTIONS= avahi fftw gsettings x11
-.if ${LIRC_AVAILABLE} == "yes"
-PKG_SUPPORTED_OPTIONS+=        lirc
-.endif
+PKG_SUPPORTED_OPTIONS= avahi fftw gsettings x11 lirc
 PKG_SUGGESTED_OPTIONS= avahi x11
 PLIST_VARS+=           ${PKG_SUPPORTED_OPTIONS}
 



Home | Main Index | Thread Index | Old Index