diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-07 02:19:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-07 02:19:51 +0800 |
commit | 8c6b774e6f14e99514ff1f60153d1f98b62739a4 (patch) | |
tree | 22fe0a3613fee8b063ced52373ca6561140ad8cf /audio | |
parent | 5c1ef6bea213997d4535d97bda34391148bdb54e (diff) | |
download | freebsd-ports-gnome-8c6b774e6f14e99514ff1f60153d1f98b62739a4.tar.gz freebsd-ports-gnome-8c6b774e6f14e99514ff1f60153d1f98b62739a4.tar.zst freebsd-ports-gnome-8c6b774e6f14e99514ff1f60153d1f98b62739a4.zip |
Unmark broken on powerpc64. While here, pet portlint.
Reported by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/clementine-player/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 70ef2b460aa9..b8bcbe546b77 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -24,12 +24,6 @@ LIB_DEPENDS= libtag.so:audio/taglib \ libechonest5.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= clementine-player -GH_PROJECT= Clementine - USES= cmake \ compiler:c++11-lib \ desktop-file-utils \ @@ -41,6 +35,10 @@ USES= cmake \ USE_CXXSTD= c++11 +USE_GITHUB= yes +GH_ACCOUNT= clementine-player +GH_PROJECT= Clementine + USE_GL= gl glew glu USE_XORG= x11 @@ -103,7 +101,6 @@ OPTIONS_DEFINE= AMAZON \ VISUALISATION \ WIIMOTEDEV - AMAZON_DESC= Amazon Drive support AUDIOCD_DESC= Devices: Audio CD support BOX_DESC= Box Drive support |