aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libv4l
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-06-17 12:24:38 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-06-17 12:24:38 +0000
commit44e9a32c06b2d24ac2ee83385429dfd6552b3999 (patch)
tree86fe91d8edb402fd7b7f9a554ca74ca5404db92c /multimedia/libv4l
parent6728936de5c33365821d5eee0705a015a07d200a (diff)
downloadports-44e9a32c06b2d24ac2ee83385429dfd6552b3999.tar.gz
ports-44e9a32c06b2d24ac2ee83385429dfd6552b3999.zip
Fix the build of libv4l (and v4l-utils) by requiring iconv. Don't depend
on other ports to provide it. This would break when the NLS option is unset at a gloval level. Submitted by: mat@ (via his 9.x no-NLS builder)
Notes
Notes: svn path=/head/; revision=389908
Diffstat (limited to 'multimedia/libv4l')
-rw-r--r--multimedia/libv4l/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libv4l/Makefile b/multimedia/libv4l/Makefile
index 9b14fa02c618..788cb0eb0369 100644
--- a/multimedia/libv4l/Makefile
+++ b/multimedia/libv4l/Makefile
@@ -30,7 +30,7 @@ LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES+= gmake libtool pathfix pkgconfig
+USES+= gmake iconv libtool pathfix pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-libdvbv5 \
--disable-qv4l2 \