aboutsummaryrefslogtreecommitdiff
path: root/audio/id3lib
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-07-01 09:17:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-07-01 09:17:45 +0000
commitc7df1277c6283a340bd9eefc52a20ae4a157aa22 (patch)
tree03d0951296a7fc3c7578f9a9a0fe576a50e1e2bb /audio/id3lib
parent67106e11a36ae3527db6b0271be16c47ca68b6d4 (diff)
downloadports-c7df1277c6283a340bd9eefc52a20ae4a157aa22.tar.gz
ports-c7df1277c6283a340bd9eefc52a20ae4a157aa22.zip
Mark these ports broken on mips64 and/or mips.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=473660
Diffstat (limited to 'audio/id3lib')
-rw-r--r--audio/id3lib/Makefile3
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