aboutsummaryrefslogtreecommitdiff
path: root/audio/rezound
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-01 10:50:44 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-01 10:50:44 +0000
commitd86032ddefdad11b126d97c8e4f0a382c733fd84 (patch)
tree96740831c048574f02860e592b8163965277c8fe /audio/rezound
parentdda73ca9c3eda8884444b1767f60c2f6cf17730d (diff)
downloadports-d86032ddefdad11b126d97c8e4f0a382c733fd84.tar.gz
ports-d86032ddefdad11b126d97c8e4f0a382c733fd84.zip
audio/rezound: fix build on powerpc64
The port needs C++11 to build. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=505563
Diffstat (limited to 'audio/rezound')
-rw-r--r--audio/rezound/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/rezound/Makefile b/audio/rezound/Makefile
index a4a2ed3a54cb..b1245dd6770d 100644
--- a/audio/rezound/Makefile
+++ b/audio/rezound/Makefile
@@ -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