Date: Tue, 16 Feb 2021 19:41:59 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565448 - branches/2021Q1/emulators/pcem Message-ID: <202102161941.11GJfxOM065491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Feb 16 19:41:59 2021 New Revision: 565448 URL: https://svnweb.freebsd.org/changeset/ports/565448 Log: MFH: r565447 Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: CGACONST >>> defined at 386.c >>> pcem-386.o:(CGACONST) >>> defined at 386_dynarec.c >>> pcem-386_dynarec.o:(.bss+0x1900) Reported by: pkg-fallout Modified: branches/2021Q1/emulators/pcem/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/emulators/pcem/Makefile ============================================================================== --- branches/2021Q1/emulators/pcem/Makefile Tue Feb 16 19:40:03 2021 (r565447) +++ branches/2021Q1/emulators/pcem/Makefile Tue Feb 16 19:41:59 2021 (r565448) @@ -12,6 +12,9 @@ COMMENT= PC/PC-Compatible low-level emulator striving LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: CGACONST +BROKEN_FreeBSD_14= ld: error: duplicate symbol: CGACONST + USES= autoreconf compiler gl gmake openal pkgconfig sdl zip USE_GL= gl USE_SDL= sdl2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102161941.11GJfxOM065491>