diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2009-10-03 09:41:27 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2009-10-03 09:41:27 +0000 |
commit | ed9cac585cd17f9f323191771a7bf2aedb28bf61 (patch) | |
tree | e976b61cf51cbae2371d118ad0c7c789df2e8486 /audio/openal-soft | |
parent | fe1e6b9b88f983d80d340f8432d13b9da25c87fb (diff) | |
download | ports-ed9cac585cd17f9f323191771a7bf2aedb28bf61.tar.gz ports-ed9cac585cd17f9f323191771a7bf2aedb28bf61.zip |
Notes
Diffstat (limited to 'audio/openal-soft')
-rw-r--r-- | audio/openal-soft/Makefile | 2 |
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 |