summarylogtreecommitdiffstats
path: root/fix-audacious-prefix.patch
diff options
context:
space:
mode:
authorMatti Niemenmaa2020-08-02 12:58:52 +0300
committerMatti Niemenmaa2020-08-02 13:04:40 +0300
commite5063e08b32aa96b851e2d3c077b53e6c6f9a573 (patch)
tree030f1947dc0a5082e7f9a6818615828cdcd7f4a8 /fix-audacious-prefix.patch
parent61ae8c7dd1497549ee7ecb8fd4158158733561d3 (diff)
downloadaur-e5063e08b32aa96b851e2d3c077b53e6c6f9a573.tar.gz
Remove fix-audacious-prefix.patch
The plugin .so builds bit-identically without it.
Diffstat (limited to 'fix-audacious-prefix.patch')
-rw-r--r--fix-audacious-prefix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/fix-audacious-prefix.patch b/fix-audacious-prefix.patch
deleted file mode 100644
index 288fd04fa6f7..000000000000
--- a/fix-audacious-prefix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git configure.ac configure.ac
-index 3e4456d8..80a49c03 100644
---- configure.ac
-+++ configure.ac
-@@ -53,7 +53,7 @@ then
- CFLAGS="$CFLAGS -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -Wno-unused-but-set-variable"
- fi
-
--plugindir=`pkg-config audacious --variable=plugin_dir`
-+plugindir=`pkg-config audacious --define-variable=prefix="$prefix" --variable=plugin_dir`
- AC_SUBST(plugindir)
-
- INPUT_PLUGIN_DIR="Input"