Date: Sun, 14 Oct 2018 16:29:34 +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: r482065 - head/multimedia/libzen Message-ID: <201810141629.w9EGTYEZ007709@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Oct 14 16:29:34 2018 New Revision: 482065 URL: https://svnweb.freebsd.org/changeset/ports/482065 Log: Fix build on powerpc64 PR: 232101 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Modified: head/multimedia/libzen/Makefile Modified: head/multimedia/libzen/Makefile ============================================================================== --- head/multimedia/libzen/Makefile Sun Oct 14 16:29:26 2018 (r482064) +++ head/multimedia/libzen/Makefile Sun Oct 14 16:29:34 2018 (r482065) @@ -16,11 +16,13 @@ LICENSE_FILE= ${WRKSRC}/../../../License.txt CONFLICTS_INSTALL= mediainfo-0.[0-6]* mediainfo-0.7.[0-5]* +USES= compiler:c++11-lang libtool pathfix tar:xz + CONFIGURE_ARGS= --enable-shared --enable-static GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USE_CXXSTD= c++11 USE_LDCONFIG= yes -USES= libtool pathfix tar:xz WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_FromSource/ZenLib/Project/GNU/Library
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810141629.w9EGTYEZ007709>