summaryrefslogtreecommitdiffstats
path: root/audio-soft/ttaenc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-soft/ttaenc/BUILD')
-rwxr-xr-xaudio-soft/ttaenc/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio-soft/ttaenc/BUILD b/audio-soft/ttaenc/BUILD
new file mode 100755
index 0000000000..b0ac0178e0
--- /dev/null
+++ b/audio-soft/ttaenc/BUILD
@@ -0,0 +1,5 @@
+sedit "s:/usr/local/bin:$INSTALL_ROOT/usr/bin:" Makefile &&
+# disable optimizations, makes it a lot slower, but optimizations create
+# a broken decoder
+sedit "s:^CFLAGS.*:CFLAGS = -Wall:" Makefile &&
+make