From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 14:08:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 729B65DD; Sat, 7 Sep 2013 14:08:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6006E23CB; Sat, 7 Sep 2013 14:08:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87E8ApE019463; Sat, 7 Sep 2013 14:08:10 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87E8Aj5019462; Sat, 7 Sep 2013 14:08:10 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309071408.r87E8Aj5019462@svn.freebsd.org> From: Guido Falsi Date: Sat, 7 Sep 2013 14:08:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326637 - head/multimedia/mlt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 14:08:10 -0000 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 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