diff options
Diffstat (limited to 'audio/clementine-player/Makefile')
-rw-r--r-- | audio/clementine-player/Makefile | 3 |
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 |