summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2016-07-21 10:38:10 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-24 07:28:01 +0700
commita4cc566db208bd3821eb46eca11b3e669b86e01a (patch)
treebd903bbbefb3bd657754f407bdd5bd359a971577
parent84093e319fdfec51132b706851480a4fadba8765 (diff)
downloadslackbuilds-a4cc566db208bd3821eb46eca11b3e669b86e01a.tar.gz
slackbuilds-a4cc566db208bd3821eb46eca11b3e669b86e01a.tar.xz
libraries/OpenAL: Build bump, disable example programs.
Fix for building newer versions of ffmpeg. Thanks to Ryan P.C. McQuen. Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
-rw-r--r--libraries/OpenAL/OpenAL.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/OpenAL/OpenAL.SlackBuild b/libraries/OpenAL/OpenAL.SlackBuild
index b119877417..67acabc4f3 100644
--- a/libraries/OpenAL/OpenAL.SlackBuild
+++ b/libraries/OpenAL/OpenAL.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for OpenAL Soft
#
-# Copyright 2009-2014 Erik W. Hanson, Minneapolis, MN, USA
+# Copyright 2009-2016 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
PRGNAM=OpenAL
SRCNAM=openal-soft
VERSION=${VERSION:-1.17.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -75,6 +75,7 @@ cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_VERBOSE_MAKEFILE:BOOL="on" \
-DCMAKE_BUILD_TYPE=Release \
+ -DALSOFT_EXAMPLES=OFF \
-DLIB_SUFFIX=${LIBDIRSUFFIX}
make