summaryrefslogtreecommitdiff
path: root/audio/ecasound/ecasound.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ecasound/ecasound.SlackBuild')
-rw-r--r--audio/ecasound/ecasound.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/ecasound/ecasound.SlackBuild b/audio/ecasound/ecasound.SlackBuild
index 1321478278..ff7f4870f8 100644
--- a/audio/ecasound/ecasound.SlackBuild
+++ b/audio/ecasound/ecasound.SlackBuild
@@ -62,6 +62,10 @@ PYVER=$( python -c 'import sys; print "%d.%d" % sys.version_info[0:2]' )
# too). Sigh.
patch -p1 < $CWD/python_module_dir.diff
+# Don't drop ruby module into the package root (patch from Arch)
+# https://git.archlinux.org/svntogit/packages.git/plain/trunk/ruby2.patch?h=packages/ecasound
+patch -p1 < $CWD/ruby2.patch
+
# --disable-static and --enable-shared are accepted, but ignored.
# This is deliberate: upstream doesn't want shared libs. See:
# http://www.eca.cx/ecasound-list/2002/10/0031.html