I'm pleased to report that this port does now build with no changes to the Makefile than to comment-out the 'Broken' following .if ${GCC_DEFAULT} >= 10 conditional. Below are details from success. # pkg info libretro-paralleln64 libretro-paralleln64-0.20201129 Name : libretro-paralleln64 Version : 0.20201129 Installed on : Mon Feb 22 10:39:11 2021 CST Origin : games/libretro-paralleln64 Architecture : FreeBSD:13:amd64 Prefix : /usr/local Categories : games Licenses : GPLv3, GPLv2, MIT, GFDL, ZLIB, LGPL3, CC0-1.0, BITSTREAM_VERA Maintainer : menelkir@itroll.org WWW : https://github.com/libretro/parallel-n64 Comment : Improved Nintendo 64 core for libretro Shared Libs required: libGL.so.1 Annotations : FreeBSD_version: 1300500 Flat size : 2.27MiB Description : Improved Nintendo 64 core for libretro. WWW: https://github.com/libretro/parallel-n64 # clang --version FreeBSD clang version 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin # gcc --version gcc (FreeBSD Ports Collection) 10.2.0 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The line probably needs to be gated on CHOSEN_COMPILER=gcc. I'll test it.