summaryrefslogtreecommitdiffstats
path: root/devel/pwlib/files/patch-plugins-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pwlib/files/patch-plugins-Makefile.in')
-rw-r--r--devel/pwlib/files/patch-plugins-Makefile.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/pwlib/files/patch-plugins-Makefile.in b/devel/pwlib/files/patch-plugins-Makefile.in
deleted file mode 100644
index d7d1524ae..000000000
--- a/devel/pwlib/files/patch-plugins-Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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))