aboutsummaryrefslogtreecommitdiff
path: root/audio/clementine-player
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-21 21:55:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-21 21:55:08 +0000
commitfa7459871993c1b82be45b128cb6cc16d6d6097b (patch)
treef3de3615c4398425cec6e6c4d1a630f701a34d2d /audio/clementine-player
parenta379971cffb802fce69885970f1184f7228beb86 (diff)
downloadports-fa7459871993c1b82be45b128cb6cc16d6d6097b.tar.gz
ports-fa7459871993c1b82be45b128cb6cc16d6d6097b.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Notes
Notes: svn path=/head/; revision=441429
Diffstat (limited to 'audio/clementine-player')
-rw-r--r--audio/clementine-player/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile
index 47252e15a684..dfd0bc6da222 100644
--- a/audio/clementine-player/Makefile
+++ b/audio/clementine-player/Makefile
@@ -14,7 +14,6 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
-
LIB_DEPENDS= libtag.so:audio/taglib \
libchromaprint.so:audio/chromaprint \
libprotobuf.so:devel/protobuf \
@@ -24,6 +23,8 @@ LIB_DEPENDS= libtag.so:audio/taglib \
libechonest.so:audio/libechonest \
libcryptopp.so:security/cryptopp
+BROKEN_powerpc64= fails to compile: tagreader.cpp: undefined reference to TagLib::String::String
+
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME}${PKGNAMESUFFIX}
GH_PROJECT= Clementine