From d074d77aa38b794fdff02d6a4c88f3ea7f86db00 Mon Sep 17 00:00:00 2001 From: Marcus von Appen Date: Sun, 22 Apr 2012 07:53:15 +0000 Subject: [PATCH] - Unbreak build, if ffmpeg is installed. PR: 167177 Submitted by: Kalten --- audio/openal-soft/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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