svn commit: r505563 - head/audio/rezound
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jul 1 10:50:45 UTC 2019
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
More information about the svn-ports-all
mailing list