diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-07-01 09:17:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-07-01 09:17:45 +0000 |
commit | c7df1277c6283a340bd9eefc52a20ae4a157aa22 (patch) | |
tree | 03d0951296a7fc3c7578f9a9a0fe576a50e1e2bb /audio/id3lib | |
parent | 67106e11a36ae3527db6b0271be16c47ca68b6d4 (diff) | |
download | ports-c7df1277c6283a340bd9eefc52a20ae4a157aa22.tar.gz ports-c7df1277c6283a340bd9eefc52a20ae4a157aa22.zip |
Notes
Diffstat (limited to 'audio/id3lib')
-rw-r--r-- | audio/id3lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 6ce2c679a237..4c2b4ab46c40 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF MAINTAINER= kaeru@inigo-tech.com COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags +BROKEN_mips= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section +BROKEN_mips64= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section + GNU_CONFIGURE= yes USES= iconv libtool USE_LDCONFIG= yes |