summaryrefslogtreecommitdiffstats
path: root/devel/pwlib/files/patch-plugins-sound_esd-Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-16 00:07:49 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-16 00:07:49 +0800
commita62c7524152ed6e43bf0b2a1902eaa46ab1c292f (patch)
tree3302c28511373ee408f4da64895a8a11c35393b9 /devel/pwlib/files/patch-plugins-sound_esd-Makefile
parent580f500a75e766409983c7eb523b838f95ddf43c (diff)
downloadmarcuscom-ports-a62c7524152ed6e43bf0b2a1902eaa46ab1c292f.tar
marcuscom-ports-a62c7524152ed6e43bf0b2a1902eaa46ab1c292f.tar.gz
marcuscom-ports-a62c7524152ed6e43bf0b2a1902eaa46ab1c292f.tar.bz2
marcuscom-ports-a62c7524152ed6e43bf0b2a1902eaa46ab1c292f.tar.lz
marcuscom-ports-a62c7524152ed6e43bf0b2a1902eaa46ab1c292f.tar.xz
marcuscom-ports-a62c7524152ed6e43bf0b2a1902eaa46ab1c292f.tar.zst
marcuscom-ports-a62c7524152ed6e43bf0b2a1902eaa46ab1c292f.zip
- Now in ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7316 df743ca5-7f9a-e211-a948-0013205c9059
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