mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
audio/tagutil: move BROKEN where it belongs
This commit is contained in:
parent
8ba4de0a0f
commit
08d68b4c3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521930
1 changed files with 3 additions and 4 deletions
|
@ -10,10 +10,6 @@ COMMENT= Command line interface tool to manage tags in music files
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
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
|
LIB_DEPENDS= libyaml.so:textproc/libyaml
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
@ -41,6 +37,9 @@ OGG_LIB_DEPENDS=\
|
||||||
libvorbisfile.so:audio/libvorbis \
|
libvorbisfile.so:audio/libvorbis \
|
||||||
libogg.so:audio/libogg
|
libogg.so:audio/libogg
|
||||||
OGG_CMAKE_OFF= -DWITHOUT_OGGVORBIS=yes
|
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_LIB_DEPENDS= libtag_c.so:audio/taglib
|
||||||
TAGLIB_CMAKE_OFF= -DWITHOUT_TAGLIB=yes
|
TAGLIB_CMAKE_OFF= -DWITHOUT_TAGLIB=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue