aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2012-04-22 15:53:15 +0800
committermva <mva@FreeBSD.org>2012-04-22 15:53:15 +0800
commit8fe8156aa0d04a1c3b2fe3467800516ea41ea727 (patch)
tree74cf4b6ff03333c9a687549cf90369ae808062e6 /audio
parent6e8a7bcd7894ea1ca73411bc47e81fbd99b3739a (diff)
downloadfreebsd-ports-gnome-8fe8156aa0d04a1c3b2fe3467800516ea41ea727.tar.gz
freebsd-ports-gnome-8fe8156aa0d04a1c3b2fe3467800516ea41ea727.tar.zst
freebsd-ports-gnome-8fe8156aa0d04a1c3b2fe3467800516ea41ea727.zip
- Unbreak build, if ffmpeg is installed.
PR: 167177 Submitted by: Kalten <kalten@gmx.at>
Diffstat (limited to 'audio')
-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