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, 11 insertions, 0 deletions
diff --git a/devel/pwlib/files/patch-plugins-sound_esd-Makefile b/devel/pwlib/files/patch-plugins-sound_esd-Makefile
new file mode 100644
index 000000000..41a36b0da
--- /dev/null
+++ b/devel/pwlib/files/patch-plugins-sound_esd-Makefile
@@ -0,0 +1,11 @@
+--- 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