summaryrefslogtreecommitdiffstats
path: root/audio/snd/snd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/snd/snd.SlackBuild')
-rw-r--r--audio/snd/snd.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/audio/snd/snd.SlackBuild b/audio/snd/snd.SlackBuild
index d74d7a9009..f516e32169 100644
--- a/audio/snd/snd.SlackBuild
+++ b/audio/snd/snd.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# SlackBuild for Snd, 22 August 2016
+# SlackBuild for Snd, 1 October 2016
# Arthur W. Green <awg@posteo.us>
# All rights reserved.
#
@@ -26,7 +26,7 @@
## in the Snd source distribution for more on this.
PRGNAM=snd
-VERSION=${VERSION:-16.7}
+VERSION=${VERSION:-16.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,6 +57,10 @@ else
LIBDIRSUFFIX=""
fi
+if [ "${OPENGL:-no}" = "yes" ]; then
+ OPENGL="--with-gl"
+fi
+
set -e
rm -rf $PKG
@@ -83,6 +87,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-s7 \
--with-alsa \
--with-motif \
+ $OPENGL \
--with-fftw \
--with-gsl \
--with-doc-dir=/usr/doc/$PRGNAM-$VERSION \