summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-09-18 17:53:41 +0000
committermaya <maya@pkgsrc.org>2016-09-18 17:53:41 +0000
commit7c5e6c64abc702fcb9c6a89f26c4e4623589dfa7 (patch)
tree322bfbdea730a3ee6515f7975e7a03e27635c1f8 /emulators/wine-devel
parent096855a7bb6b6e4bc86254fd6622967f2ca6942f (diff)
downloadpkgsrc-7c5e6c64abc702fcb9c6a89f26c4e4623589dfa7.tar.gz
wine-devel: fix build with pulseaudio option
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/PLIST.wine324
-rw-r--r--emulators/wine-devel/PLIST.wine644
-rw-r--r--emulators/wine-devel/options.mk5
3 files changed, 9 insertions, 4 deletions
diff --git a/emulators/wine-devel/PLIST.wine32 b/emulators/wine-devel/PLIST.wine32
index 24a43cd67c0..cd664cd16f1 100644
--- a/emulators/wine-devel/PLIST.wine32
+++ b/emulators/wine-devel/PLIST.wine32
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.wine32,v 1.1 2016/09/15 09:28:30 maya Exp $
+@comment $NetBSD: PLIST.wine32,v 1.2 2016/09/18 17:53:41 maya Exp $
bin/function_grep.pl
bin/msiexec
bin/notepad
@@ -2543,3 +2543,5 @@ share/wine/fonts/vgasyst.fon
share/wine/fonts/wingding.ttf
share/wine/l_intl.nls
share/wine/wine.inf
+${PLIST.pulseaudio}lib/wine/fakedlls/winepulse.drv
+${PLIST.pulseaudio}lib/wine/winepulse.drv.so
diff --git a/emulators/wine-devel/PLIST.wine64 b/emulators/wine-devel/PLIST.wine64
index 216680b1157..68fa1a3e219 100644
--- a/emulators/wine-devel/PLIST.wine64
+++ b/emulators/wine-devel/PLIST.wine64
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.wine64,v 1.1 2016/09/15 09:28:30 maya Exp $
+@comment $NetBSD: PLIST.wine64,v 1.2 2016/09/18 17:53:41 maya Exp $
bin/function_grep.pl
bin/msiexec
bin/notepad
@@ -2411,3 +2411,5 @@ share/wine/fonts/vgasyst.fon
share/wine/fonts/wingding.ttf
share/wine/l_intl.nls
share/wine/wine.inf
+${PLIST.pulseaudio}lib/wine/fakedlls/winepulse.drv
+${PLIST.pulseaudio}lib/wine/winepulse.drv.so
diff --git a/emulators/wine-devel/options.mk b/emulators/wine-devel/options.mk
index 621ed3dc65a..40ef0fe1605 100644
--- a/emulators/wine-devel/options.mk
+++ b/emulators/wine-devel/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2016/09/15 09:25:53 maya Exp $
+# $NetBSD: options.mk,v 1.9 2016/09/18 17:53:41 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wine
PKG_SUPPORTED_OPTIONS= cups dbus esound hal ldap opengl sane ssl x11 pulseaudio
@@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS= opengl ssl x11
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= esd opengl x11
+PLIST_VARS+= esd opengl x11 pulseaudio
.if !empty(PKG_OPTIONS:Mcups)
.include "../../print/cups15/buildlink3.mk"
@@ -61,6 +61,7 @@ CONFIGURE_ARGS+= --without-x
.endif
.if !empty(PKG_OPTIONS:Mpulseaudio)
+PLIST.pulseaudio= yes
CONFIGURE_ARGS+= --with-pulse
.include "../../audio/pulseaudio/buildlink3.mk"
.else