svn commit: r326637 - head/multimedia/mlt
Guido Falsi
madpilot at FreeBSD.org
Sat Sep 7 14:08:10 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list