MFH: r521930

audio/tagutil: move BROKEN where it belongs

Approved by:	ports-secteam blanket
This commit is contained in:
Jan Beich 2020-01-03 11:28:56 +00:00
parent 4d11f312a4
commit 9a583826f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=521931

View File

@ -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