summaryrefslogtreecommitdiffstats
path: root/devel/pwlib/files/patch-plugins-sound_esd-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pwlib/files/patch-plugins-sound_esd-Makefile')
-rw-r--r--devel/pwlib/files/patch-plugins-sound_esd-Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/pwlib/files/patch-plugins-sound_esd-Makefile b/devel/pwlib/files/patch-plugins-sound_esd-Makefile
deleted file mode 100644
index 41a36b0da..000000000
--- a/devel/pwlib/files/patch-plugins-sound_esd-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/sound_esd/Makefile.orig Thu Apr 6 16:47:13 2006
-+++ plugins/sound_esd/Makefile Thu Apr 6 16:50:52 2006
-@@ -4,7 +4,7 @@
-
- PLUGIN_NAME = esd
- PLUGIN_FAMILY = device/sound
--PLUGIN_LIBS =
-+PLUGIN_LIBS = $(LDFLAGS) -lesd
- PLUGIN_SOURCES = sound_esd.cxx
-
- include ../../make/plugins.mak