Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2018 23:26:39 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483626 - head/audio/taglib
Message-ID:  <201810312326.w9VNQdgV020234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Wed Oct 31 23:26:38 2018
New Revision: 483626
URL: https://svnweb.freebsd.org/changeset/ports/483626

Log:
  audio/taglib: Fix build on powerpc64
  
  PR:		232812
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Sponsored by:	IntegriCloud

Modified:
  head/audio/taglib/Makefile

Modified: head/audio/taglib/Makefile
==============================================================================
--- head/audio/taglib/Makefile	Wed Oct 31 23:13:08 2018	(r483625)
+++ head/audio/taglib/Makefile	Wed Oct 31 23:26:38 2018	(r483626)
@@ -15,7 +15,7 @@ LICENSE_COMB=	dual
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LGPL
 LICENSE_FILE_MPL11=	${WRKSRC}/COPYING.MPL
 
-USES=		cmake cpe pathfix
+USES=		cmake compiler:c++11-lang cpe pathfix
 USE_LDCONFIG=	yes
 
 CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_Boost \



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