summaryrefslogtreecommitdiffstats
path: root/audio-libs/openal/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/openal/BUILD')
-rwxr-xr-xaudio-libs/openal/BUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio-libs/openal/BUILD b/audio-libs/openal/BUILD
index 973f18fcc8..131fe5a6d2 100755
--- a/audio-libs/openal/BUILD
+++ b/audio-libs/openal/BUILD
@@ -3,11 +3,5 @@ if [[ $OPENAL_OSS == n ]]; then
else
OPTS="$OPTS --enable-linux"
fi &&
-if [[ $OPENAL_VERSION == snapshot ]]; then
- cd linux
-elif [[ $OPENAL_VERSION == scm ]]; then
- cd OpenAL-Sample
-else
- make_single
-fi &&
+cd linux &&
default_build