svn commit: r482067 - head/multimedia/mediainfo

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


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


More information about the svn-ports-head mailing list