aboutsummaryrefslogtreecommitdiff
path: root/fluidsynth
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-16 13:27:19 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-10-16 13:27:19 +0000
commit110d8c67fe0b00d9068809ad3ea5181ea55a0b70 (patch)
tree0d095f83433fc9dc284393e510932cf923173c74 /fluidsynth
parent96c70e4b27563b37789d172e4855d5cedc9300c0 (diff)
downloadslackbuilds-110d8c67fe0b00d9068809ad3ea5181ea55a0b70.tar.gz
slackbuilds-110d8c67fe0b00d9068809ad3ea5181ea55a0b70.tar.bz2
fluidsynth: added --enable-ladspa
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@395 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'fluidsynth')
-rwxr-xr-xfluidsynth/fluidsynth.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluidsynth/fluidsynth.SlackBuild b/fluidsynth/fluidsynth.SlackBuild
index db99a881..74eccd0c 100755
--- a/fluidsynth/fluidsynth.SlackBuild
+++ b/fluidsynth/fluidsynth.SlackBuild
@@ -71,7 +71,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
patch -p1 < $CWD/$PACKAGE-$VERSION.diff
fi
-./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR || exit $ERROR_CONF
+./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --enable-ladspa || exit $ERROR_CONF
make || exit $ERROR_MAKE
make DESTDIR=$TMP/package-$PACKAGE install || exit $ERROR_INSTALL