Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2020 14:04:27 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530789 - head/audio/id3lib
Message-ID:  <202004051404.035E4RYo090101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004051404.035E4RYo090101>