svn commit: r389908 - head/multimedia/libv4l
Koop Mast
kwm at FreeBSD.org
Wed Jun 17 12:43:07 UTC 2015
Author: kwm
Date: Wed Jun 17 12:24:38 2015
New Revision: 389908
URL: https://svnweb.freebsd.org/changeset/ports/389908
Log:
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)
Modified:
head/multimedia/libv4l/Makefile
Modified: head/multimedia/libv4l/Makefile
==============================================================================
--- head/multimedia/libv4l/Makefile Wed Jun 17 11:39:56 2015 (r389907)
+++ head/multimedia/libv4l/Makefile Wed Jun 17 12:24:38 2015 (r389908)
@@ -30,7 +30,7 @@ LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/gra
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 \
More information about the svn-ports-head
mailing list