Date: Sun, 14 Oct 2018 16:29:51 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482067 - head/multimedia/mediainfo Message-ID: <201810141629.w9EGTpD0007958@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Oct 14 16:29:50 2018 New Revision: 482067 URL: https://svnweb.freebsd.org/changeset/ports/482067 Log: Fix build on powerpc64 PR: 232104 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/multimedia/mediainfo/Makefile Modified: head/multimedia/mediainfo/Makefile ============================================================================== --- head/multimedia/mediainfo/Makefile Sun Oct 14 16:29:42 2018 (r482066) +++ head/multimedia/mediainfo/Makefile Sun Oct 14 16:29:50 2018 (r482067) @@ -14,14 +14,14 @@ COMMENT= Provides technical and tag information for vi LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/../../../License.html -BROKEN_powerpc64= does not build: undefined reference to fmodl - LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo \ libzen.so:multimedia/libzen +USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz + GNU_CONFIGURE= yes +USE_CXXSTD= c++11 USE_LDCONFIG= yes -USES= libtool pathfix pkgconfig tar:xz PLIST_FILES= bin/mediainfo WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_FromSource/MediaInfo/Project/GNU/CLI
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810141629.w9EGTpD0007958>