Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2019 10:50:44 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505563 - head/audio/rezound
Message-ID:  <201907011050.x61Aoi18075329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jul  1 10:50:44 2019
New Revision: 505563
URL: https://svnweb.freebsd.org/changeset/ports/505563

Log:
  audio/rezound: fix build on powerpc64
  
  The port needs C++11 to build.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/audio/rezound/Makefile

Modified: head/audio/rezound/Makefile
==============================================================================
--- head/audio/rezound/Makefile	Mon Jul  1 10:22:11 2019	(r505562)
+++ head/audio/rezound/Makefile	Mon Jul  1 10:50:44 2019	(r505563)
@@ -13,9 +13,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libFOX-1.6.so:x11-toolkits/fox16
 
-BROKEN_powerpc64=	fails to compile: CAtomicCounter.h: boost/detail/atomic_count.hpp: No such file or directory
-
-USES=		bison pkgconfig
+USES=		bison compiler:c++11-lang pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-alsa
 MAKE_JOBS_UNSAFE=	yes



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