summaryrefslogtreecommitdiff
path: root/devel/pwlib/files/patch-plugins-Makefile.in
blob: d7d1524aeb4a6dda1c7261b6d4a059238abeeeb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- plugins/Makefile.in.orig	Thu Apr  6 10:15:56 2006
+++ plugins/Makefile.in	Thu Apr  6 10:18:41 2006
@@ -22,6 +22,15 @@
 endif
 endif
 
+HAS_ESD		= @HAS_ESD@
+
+ifeq (1,$(HAS_ESD))
+SUBDIRS += sound_esd
+ifeq (,$(DEFAULT_SOUND))
+DEFAULT_SOUND	= sound_esd
+endif
+endif
+
 HAS_SUNAUDIO = @HAS_SUNAUDIO@
 
 ifeq (1,$(HAS_SUNAUDIO))