Fix build for pulseaudio and previously installed openal versions
Approved by: miwi (mentor)
This commit is contained in:
parent
fe1e6b9b88
commit
ed9cac585c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242405
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue