Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2018 16:29:42 +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: r482066 - head/multimedia/libmediainfo
Message-ID:  <201810141629.w9EGTg0O007836@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 14 16:29:42 2018
New Revision: 482066
URL: https://svnweb.freebsd.org/changeset/ports/482066

Log:
  Fix build on powerpc64
  
  PR:		232100
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/multimedia/libmediainfo/Makefile

Modified: head/multimedia/libmediainfo/Makefile
==============================================================================
--- head/multimedia/libmediainfo/Makefile	Sun Oct 14 16:29:34 2018	(r482065)
+++ head/multimedia/libmediainfo/Makefile	Sun Oct 14 16:29:42 2018	(r482066)
@@ -22,11 +22,13 @@ OPTIONS_DEFINE=	CURL MMS TINYXML2
 OPTIONS_DEFAULT=TINYXML2
 TINYXML2_DESC=	Use textproc/tinyxml2 instead of bundled one
 
+USES=		alias compiler:c++11-lang libtool localbase pathfix pkgconfig tar:xz
+
 CONFIGURE_ARGS=	--enable-shared --enable-static
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+USE_CXXSTD=	c++11
 USE_LDCONFIG=	yes
-USES=		alias libtool localbase pathfix pkgconfig tar:xz
 
 WRKSRC=		${WRKDIR}/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Project/GNU/Library
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810141629.w9EGTg0O007836>