summaryrefslogtreecommitdiffstats
path: root/audio-plugins
diff options
context:
space:
mode:
authorRobin Cook2013-09-08 07:40:54 -0500
committerRobin Cook2013-09-08 07:40:54 -0500
commit63251b388ffeb17723d80db8630287298149b59c (patch)
tree60d6e7a0ef73cd5a3c0d797c8b27f7b61789a8dc /audio-plugins
parente4a979d673374d007ed340a56ac7f9592b02a13f (diff)
swh-plugins: added patch to remove set locale calls
Diffstat (limited to 'audio-plugins')
-rw-r--r--audio-plugins/swh-plugins/HISTORY4
-rwxr-xr-xaudio-plugins/swh-plugins/PRE_BUILD1
2 files changed, 5 insertions, 0 deletions
diff --git a/audio-plugins/swh-plugins/HISTORY b/audio-plugins/swh-plugins/HISTORY
index c28f7f20c2..d40c4c0fa3 100644
--- a/audio-plugins/swh-plugins/HISTORY
+++ b/audio-plugins/swh-plugins/HISTORY
@@ -1,3 +1,7 @@
+2013-09-10 Robin Cook <rcook@wyrms.net>
+ * PRE_BUILD: added patch to remove setlocale calls
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672705
+
2012-09-22 Sukneet Basuta <sukneet@sourcemage.org>
* PRE_BUILD: added, to apply patches and run autopoint and
autoreconf. Autopoint is run to update gettext macros.
diff --git a/audio-plugins/swh-plugins/PRE_BUILD b/audio-plugins/swh-plugins/PRE_BUILD
index c3c684de1a..7899656681 100755
--- a/audio-plugins/swh-plugins/PRE_BUILD
+++ b/audio-plugins/swh-plugins/PRE_BUILD
@@ -3,6 +3,7 @@ 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 &&
# ipdate gettext macros
autopoint -f &&