aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-10-31 23:13:08 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-10-31 23:13:08 +0000
commit01b903fc399251091e5b651b209a78f2f7abaf10 (patch)
tree7c913b7be2a5fa3c1406d71b83b97e1166e90607
parent2d3197b9926048f887e68aec23c2e19438c3a90d (diff)
downloadports-01b903fc399251091e5b651b209a78f2f7abaf10.tar.gz
ports-01b903fc399251091e5b651b209a78f2f7abaf10.zip
audio/libmusicbrainz5: Fix build on powerpc64
PR: 232582 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Sponsored by: IntegriCloud
Notes
Notes: svn path=/head/; revision=483625
-rw-r--r--audio/libmusicbrainz5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile
index 789f901d3e21..78de74d2975a 100644
--- a/audio/libmusicbrainz5/Makefile
+++ b/audio/libmusicbrainz5/Makefile
@@ -14,7 +14,7 @@ LICENSE= LGPL21
LIB_DEPENDS= libneon.so:www/neon
-USES= cmake iconv:build pathfix
+USES= cmake compiler:c++11-lang iconv:build pathfix
USE_GNOME= libxml2
USE_LDCONFIG= yes