aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-10-31 23:26:38 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-10-31 23:26:38 +0000
commit019bfad540ac0a04123c6bbd6d0bac467e367c95 (patch)
tree9c397c5e174b76c23e1ccf4da1d180f229261c5e
parent01b903fc399251091e5b651b209a78f2f7abaf10 (diff)
downloadports-019bfad540ac0a04123c6bbd6d0bac467e367c95.tar.gz
ports-019bfad540ac0a04123c6bbd6d0bac467e367c95.zip
audio/taglib: Fix build on powerpc64
PR: 232812 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Sponsored by: IntegriCloud
Notes
Notes: svn path=/head/; revision=483626
-rw-r--r--audio/taglib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index cc7c382a402c..05925bb9dac7 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -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 \