summaryrefslogtreecommitdiffstats
path: root/source/l/fluidsynth/fluidsynth.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/fluidsynth/fluidsynth.SlackBuild')
-rwxr-xr-xsource/l/fluidsynth/fluidsynth.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/l/fluidsynth/fluidsynth.SlackBuild b/source/l/fluidsynth/fluidsynth.SlackBuild
index 2cb19551e..da41285a4 100755
--- a/source/l/fluidsynth/fluidsynth.SlackBuild
+++ b/source/l/fluidsynth/fluidsynth.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for fluidsynth
# Copyright 2008-2013 Heinz Wiesinger, Amsterdam, The Netherlands
-# Copyright 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2021, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -91,8 +91,7 @@ cd build
-DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX="$LIBDIRSUFFIX" \
- -DDOC_INSTALL_DIR="doc" \
- -DMAN_INSTALL_DIR="man/man1" \
+ -DCMAKE_INSTALL_MANDIR=/usr/man \
-Denable-ladspa=ON \
.. || exit 1