diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-07 22:08:09 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-07 22:08:09 +0800 |
commit | 0c645f937b26d6207b2cbb120b462d319ed78335 (patch) | |
tree | 0445ef70f290e899f6e494cff01ebdf5bd1e7b4f /multimedia | |
parent | cbc66602b808933e6c82d5225e70efd50bf2e116 (diff) | |
download | freebsd-ports-gnome-0c645f937b26d6207b2cbb120b462d319ed78335.tar.gz freebsd-ports-gnome-0c645f937b26d6207b2cbb120b462d319ed78335.tar.zst freebsd-ports-gnome-0c645f937b26d6207b2cbb120b462d319ed78335.zip |
Fix build on head after iconv change.
Reported by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mlt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile index d8e3e1fe1a78..a3ebaa2d108a 100644 --- a/multimedia/mlt/Makefile +++ b/multimedia/mlt/Makefile @@ -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 |