aboutsummaryrefslogtreecommitdiff
path: root/audio/openal-soft
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2009-10-03 09:41:27 +0000
committerMarcus von Appen <mva@FreeBSD.org>2009-10-03 09:41:27 +0000
commited9cac585cd17f9f323191771a7bf2aedb28bf61 (patch)
treee976b61cf51cbae2371d118ad0c7c789df2e8486 /audio/openal-soft
parentfe1e6b9b88f983d80d340f8432d13b9da25c87fb (diff)
downloadports-ed9cac585cd17f9f323191771a7bf2aedb28bf61.tar.gz
ports-ed9cac585cd17f9f323191771a7bf2aedb28bf61.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 e88daf51b8c9..737d93650306 100644
--- a/audio/openal-soft/Makefile
+++ b/audio/openal-soft/Makefile
@@ -28,7 +28,7 @@ OPTIONS= PULSEAUDIO "Enable sound streaming using PulseAudio" off
.if defined(WITH_PULSEAUDIO)
LIB_DEPENDS+= pulse-simple.0:${PORTSDIR}/audio/pulseaudio
-CFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -Iinclude -I${LOCALBASE}/include
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
CMAKE_ARGS+= -DPULSEAUDIO:BOOL=ON
.else