diff options
author | nox <nox@FreeBSD.org> | 2014-03-04 01:49:10 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-03-04 01:49:10 +0800 |
commit | 5382bf4d8b5b884834537a730fbc66ec0f739fdb (patch) | |
tree | c08ca41cfb5c3c5aaf95b54dabed2566a8adfc53 /multimedia | |
parent | 687bc9bf7c407ebbf90eb1da565049b1bf9105da (diff) | |
download | freebsd-ports-gnome-5382bf4d8b5b884834537a730fbc66ec0f739fdb.tar.gz freebsd-ports-gnome-5382bf4d8b5b884834537a730fbc66ec0f739fdb.tar.zst freebsd-ports-gnome-5382bf4d8b5b884834537a730fbc66ec0f739fdb.zip |
- Turns out USES= iconv is enough to fix the build afterall.
- No PORTREVISION bump as there's no funcional change.
Submitted by: tijl (via private email)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 2fd69f3b3524..4cb060b30ab8 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ USE_XZ= yes USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm -USES= desktop-file-utils gmake pkgconfig shared-mime-info readline +USES= desktop-file-utils gmake pkgconfig shared-mime-info readline \ + iconv GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vdr-keys \ --disable-nvtvsimple @@ -72,9 +73,6 @@ post-patch: @${REINPLACE_CMD} -e \ 's|: install-docsDATA|:|' ${WRKSRC}/${file} .endfor - @${REINPLACE_CMD} -e \ - 's|\(xine_LDADD =\)|\1 \$$(LTLIBICONV)|' \ - ${WRKSRC}/src/xitk/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |