summaryrefslogtreecommitdiffstats
path: root/audio-players/qsynth/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/qsynth/BUILD')
-rwxr-xr-xaudio-players/qsynth/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio-players/qsynth/BUILD b/audio-players/qsynth/BUILD
new file mode 100755
index 0000000000..ca1d125fcd
--- /dev/null
+++ b/audio-players/qsynth/BUILD
@@ -0,0 +1,10 @@
+(
+
+export QTDIR=/usr &&
+sed -e 's/QTDIR\/include/QTDIR\/include\/qt/g' -i configure &&
+./configure --prefix=/usr \
+ $OPTS &&
+make &&
+make install
+
+) > $C_FIFO 2>&1