svn commit: r482066 - head/multimedia/libmediainfo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 14 16:29:43 UTC 2018


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 at 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
 


More information about the svn-ports-all mailing list