aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-29 21:00:47 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-09-29 21:00:47 +0000
commit79a7eb6032a3ce2eb477adb1b09c5b26f18deb98 (patch)
treeac105e0d1b0e2818c742842e9e03bfcff67d54ef
parent688f2ba34423c99fa3eed4cd26f88ee151086ec5 (diff)
downloadslackbuilds-79a7eb6032a3ce2eb477adb1b09c5b26f18deb98.tar.gz
slackbuilds-79a7eb6032a3ce2eb477adb1b09c5b26f18deb98.tar.bz2
ardour: removed vst support
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@297 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xardour/ardour.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/ardour/ardour.SlackBuild b/ardour/ardour.SlackBuild
index 4d95b5c6..62c90edd 100755
--- a/ardour/ardour.SlackBuild
+++ b/ardour/ardour.SlackBuild
@@ -73,7 +73,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
fi
mkdir -p $TMP/package-$PACKAGE
-scons PREFIX=$TMP/package-$PACKAGE KSI=yes VST=yes
+scons PREFIX=$TMP/package-$PACKAGE KSI=yes
scons install
CWD="`pwd`"