Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2013 14:08:10 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326637 - head/multimedia/mlt
Message-ID:  <201309071408.r87E8Aj5019462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Sat Sep  7 14:08:09 2013
New Revision: 326637
URL: http://svnweb.freebsd.org/changeset/ports/326637

Log:
  Fix build on head after iconv change.
  
  Reported by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/multimedia/mlt/Makefile

Modified: head/multimedia/mlt/Makefile
==============================================================================
--- head/multimedia/mlt/Makefile	Sat Sep  7 14:07:59 2013	(r326636)
+++ head/multimedia/mlt/Makefile	Sat Sep  7 14:08:09 2013	(r326637)
@@ -21,10 +21,9 @@ CONFLICTS_INSTALL=	freeze-[0-9]*
 
 USE_GNOME=	libxml2
 USE_SDL=	image
-USES=		pathfix pkgconfig
+USES=		gmake iconv pathfix pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-gpl --enable-gpl3
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
 .ifndef(WITH_DEBUG)
@@ -183,6 +182,7 @@ pre-configure:
 		${WRKSRC}/src/modules/jackrack/plugin_mgr.c \
 		${WRKSRC}/src/modules/linsys/Makefile
 	@${REINPLACE_CMD} -e 's,-lpthread,-pthread,' \
+			-e 's,-liconv,${ICONV_LIB},' \
 		${WRKSRC}/src/framework/Makefile \
 		${WRKSRC}/src/melt/Makefile \
 		${WRKSRC}/src/modules/*/Makefile



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