summaryrefslogtreecommitdiffstats
path: root/audio-soft/aumix/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-soft/aumix/PRE_BUILD')
-rwxr-xr-xaudio-soft/aumix/PRE_BUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio-soft/aumix/PRE_BUILD b/audio-soft/aumix/PRE_BUILD
index f15a36317b..020552d6fe 100755
--- a/audio-soft/aumix/PRE_BUILD
+++ b/audio-soft/aumix/PRE_BUILD
@@ -1,5 +1,9 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+cd "$SOURCE_DIRECTORY" &&
+
+if [[ $HOSS == y ]]; then
+ bzcat "$SPELL_DIRECTORY/aumix-2.8-hoss.patch.bz2" | patch -p0
+fi &&
+
touch aclocal.m4 configure stamp-h.in &&
find -name Makefile.in -exec touch '{}' ';'
-