summaryrefslogtreecommitdiffstats
path: root/audio-libs/soundtouch/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/soundtouch/PRE_BUILD')
-rwxr-xr-xaudio-libs/soundtouch/PRE_BUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio-libs/soundtouch/PRE_BUILD b/audio-libs/soundtouch/PRE_BUILD
index ed29005e01..726da32be5 100755
--- a/audio-libs/soundtouch/PRE_BUILD
+++ b/audio-libs/soundtouch/PRE_BUILD
@@ -1,12 +1,9 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-# Assembly code still broken on x86-64 ... instant segfault.
-# Got this patch idea from the ArchLinux folks.
-patch -Np0 < "$SCRIPT_DIRECTORY/soundtouch-1.5.0-x86_64-asm-broken.patch" &&
-
sed -i "s:COPYING.TXT README.html:README.html\npkgdocdir=\$(datadir)/doc/soundtouch:" \
Makefile.am &&
+sed -i "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac &&
touch NEWS README AUTHORS ChangeLog &&