aboutsummaryrefslogtreecommitdiffstats
path: root/audio/openal-soft/Makefile
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2009-10-03 17:41:27 +0800
committermva <mva@FreeBSD.org>2009-10-03 17:41:27 +0800
commit5bb79b6bd0aa0e7eb8ae4273e3371b2bf5641740 (patch)
treeebe71e5a8ac52f658334bbbd1217801a1d89cab3 /audio/openal-soft/Makefile
parent84b41f1f7e7d0fd5a8d9eae34bafc7dc22719b80 (diff)
downloadfreebsd-ports-gnome-5bb79b6bd0aa0e7eb8ae4273e3371b2bf5641740.tar.gz
freebsd-ports-gnome-5bb79b6bd0aa0e7eb8ae4273e3371b2bf5641740.tar.zst
freebsd-ports-gnome-5bb79b6bd0aa0e7eb8ae4273e3371b2bf5641740.zip
Fix build for pulseaudio and previously installed openal versions
Approved by: miwi (mentor)
Diffstat (limited to 'audio/openal-soft/Makefile')
-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