aboutsummaryrefslogtreecommitdiff
path: root/audio/openal-soft
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2012-04-22 07:53:15 +0000
committerMarcus von Appen <mva@FreeBSD.org>2012-04-22 07:53:15 +0000
commitd074d77aa38b794fdff02d6a4c88f3ea7f86db00 (patch)
treee69bf6b7c361244c3326ede9b8504ece7b42ed37 /audio/openal-soft
parent728e4e43263ad3c164c4eebf0ffcfe9f21687612 (diff)
downloadports-d074d77aa38b794fdff02d6a4c88f3ea7f86db00.tar.gz
ports-d074d77aa38b794fdff02d6a4c88f3ea7f86db00.zip
Notes
Diffstat (limited to 'audio/openal-soft')
-rw-r--r--audio/openal-soft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile
index cde5bcde8247..abe981909e9f 100644
--- a/audio/openal-soft/Makefile
+++ b/audio/openal-soft/Makefile
@@ -19,7 +19,7 @@ USE_BZIP2= yes
USE_CMAKE= yes
USE_LDCONFIG= yes
CMAKE_ARGS+= -DALSA:BOOL=OFF -DPORTAUDIO:BOOL=OFF -DSOLARIS:BOOL=OFF \
- -DDSOUND:BOOL=OFF -DALSOFT_CONFIG:BOOL=ON
+ -DDSOUND:BOOL=OFF -DALSOFT_CONFIG:BOOL=ON -DEXAMPLES:BOOL=OFF
OPTIONS= PULSEAUDIO "Enable sound streaming using PulseAudio" off