0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 13:46:16 +00:00
termux-packages/x11-packages/audacious-plugins/configure-pkg-config.patch
Tee KOBAYASHI fe21da34b7 audacious-plugins: Fix build
%ci:no-build
2022-09-16 06:15:54 +09:00

12 lines
183 B
Diff

--- a/configure
+++ b/configure
@@ -16382,7 +16382,7 @@
fi
-plugindir=`pkg-config audacious --variable=plugin_dir`
+plugindir=`$PKG_CONFIG audacious --variable=plugin_dir`