diff options
author | Arthur W. Green <awg@posteo.us> | 2016-10-02 23:31:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-02 23:31:21 +0700 |
commit | 909cfae0a46996599f5f126aae3195da9fdf5741 (patch) | |
tree | 5d5a49f3a045558fbdd7f39ae5af2972371efbda /audio/snd/snd.SlackBuild | |
parent | 8340b68795d35f9fdac4b19762732940e55a4216 (diff) | |
download | slackbuilds-909cfae0a46996599f5f126aae3195da9fdf5741.tar.gz |
audio/snd: Updated for version 16.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/snd/snd.SlackBuild')
-rw-r--r-- | audio/snd/snd.SlackBuild | 9 |
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 \ |