aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-01-03 11:28:22 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-01-03 11:28:22 +0000
commit08d68b4c3d6bf09c95601d30b4f7f3e4f54f2e8f (patch)
treea3d6e54b77aaaa213d132b1aeb3ae9db0ce0b245 /audio
parent8ba4de0a0fc275d3c7cffe731655f93fdb5e5bd1 (diff)
downloadports-08d68b4c3d6bf09c95601d30b4f7f3e4f54f2e8f.tar.gz
ports-08d68b4c3d6bf09c95601d30b4f7f3e4f54f2e8f.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/tagutil/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/tagutil/Makefile b/audio/tagutil/Makefile
index 7bb153987796..01937bdae0d9 100644
--- a/audio/tagutil/Makefile
+++ b/audio/tagutil/Makefile
@@ -10,10 +10,6 @@ COMMENT= Command line interface tool to manage tags in music files
LICENSE= BSD2CLAUSE
-.if exists(/usr/lib/libc++.so) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
-BROKEN= ld: undefined reference to symbol '__cxa_demangle@@CXXABI_1.3' (try adding -lcxxrt)
-.endif
-
LIB_DEPENDS= libyaml.so:textproc/libyaml
USE_GITHUB= yes
@@ -41,6 +37,9 @@ OGG_LIB_DEPENDS=\
libvorbisfile.so:audio/libvorbis \
libogg.so:audio/libogg
OGG_CMAKE_OFF= -DWITHOUT_OGGVORBIS=yes
+.if exists(/usr/lib/libc++.so) && ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
+TAGLIB_BROKEN= ld: undefined reference to symbol '__cxa_demangle@@CXXABI_1.3' (try adding -lcxxrt)
+.endif
TAGLIB_LIB_DEPENDS= libtag_c.so:audio/taglib
TAGLIB_CMAKE_OFF= -DWITHOUT_TAGLIB=yes