Fix build for pulseaudio and previously installed openal versions

Approved by:	miwi (mentor)
This commit is contained in:
Marcus von Appen 2009-10-03 09:41:27 +00:00
parent fe1e6b9b88
commit ed9cac585c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242405

View file

@ -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