Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 12:24:39 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389908 - head/multimedia/libv4l
Message-ID:  <201506171224.t5HCOdMS061632@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506171224.t5HCOdMS061632>