summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-12-29 14:25:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-12-29 14:25:28 +0000
commita1127ca09bc25fd3f99086de254eb5ea4421b238 (patch)
tree6ef92ffa47376232e5a5800694e9316507efc3a7
parentAllow building WITH=SLANG when the compiler does not add -I${LOCALBASE}. (diff)
Fix after r375786.
Sponsored by: Absolight
-rw-r--r--multimedia/libav/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile
index 035dd94180f4..c3a18421352d 100644
--- a/multimedia/libav/Makefile
+++ b/multimedia/libav/Makefile
@@ -86,7 +86,8 @@ ILBC_BUILD_DEPENDS= ${LOCALBASE}/include/ilbc.h:${PORTSDIR}/net/libilbc
ILBC_CONFIGURE_ENABLE= libilbc
JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
-JACK_CONFIGURE_ENABLE= indev=jack
+JACK_CONFIGURE_ON= --enable-indev=jack
+JACK_CONFIGURE_OFF= --disable-indev=jack
LAME_LIB_DEPENDS= libmp3lame.so:${PORTSDIR}/audio/lame
LAME_CONFIGURE_ENABLE= libmp3lame
@@ -118,7 +119,8 @@ THEORA_LIB_DEPENDS= libtheora.so:${PORTSDIR}/multimedia/libtheora
THEORA_CONFIGURE_ENABLE= libtheora
V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat
-V4L_CONFIGURE_ENABLE= indev=v4l2
+V4L_CONFIGURE_ON= --enable-indev=v4l2
+V4L_CONFIGURE_OFF= --disable-indev=v4l2
VAAPI_LIB_DEPENDS= libva.so:${PORTSDIR}/multimedia/libva
VAAPI_CONFIGURE_ENABLE= vaapi