svn commit: r530789 - head/audio/id3lib
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Apr 5 14:04:36 UTC 2020
Author: pkubaj
Date: Sun Apr 5 14:04:27 2020
New Revision: 530789
URL: https://svnweb.freebsd.org/changeset/ports/530789
Log:
audio/id3lib: fix build on powerpc 12.1-RELEASE
Error:
`_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section `.data.rel.ro' of tag.lo: defined in discarded section `.rodata._ZTSN12_GLOBAL__N_117ConstIteratorImplE[_ZTSN12_GLOBAL__N_117ConstIteratorImplE]' of tag.lo
Using newer binutils alone doesn't help, but using also newer GCC helps.
PR: 243715
Reported by: canardo909 at gmx.com
Modified:
head/audio/id3lib/Makefile
Modified: head/audio/id3lib/Makefile
==============================================================================
--- head/audio/id3lib/Makefile Sun Apr 5 13:52:07 2020 (r530788)
+++ head/audio/id3lib/Makefile Sun Apr 5 14:04:27 2020 (r530789)
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
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
-USES= iconv libtool localbase
+USES= compiler:c11 iconv libtool localbase
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list