summaryrefslogtreecommitdiffstats
path: root/audio-plugins/swh-plugins/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-plugins/swh-plugins/PRE_BUILD')
-rwxr-xr-xaudio-plugins/swh-plugins/PRE_BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio-plugins/swh-plugins/PRE_BUILD b/audio-plugins/swh-plugins/PRE_BUILD
index c3c684de1a..a61ccfedbf 100755
--- a/audio-plugins/swh-plugins/PRE_BUILD
+++ b/audio-plugins/swh-plugins/PRE_BUILD
@@ -3,7 +3,11 @@ cd $SOURCE_DIRECTORY &&
patch -p1 < $SPELL_DIRECTORY/swh-plugins-0.4.15-gettext.patch &&
patch -p1 < $SPELL_DIRECTORY/swh-plugins-0.4.15-pic.patch &&
+patch -p1 < $SPELL_DIRECTORY/swh-plugins-nosetlocale.patch &&
+# Minimal hack to make it work with current autoconf.
+# More should be done. Like, ditching bitchin' autoconf.
+sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in &&
# ipdate gettext macros
autopoint -f &&
autoreconf -f -i