Date: Tue, 12 Jan 2021 18:07:09 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561366 - branches/2021Q1/emulators/libretro-vice Message-ID: <202101121807.10CI799r079801@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jan 12 18:07:09 2021 New Revision: 561366 URL: https://svnweb.freebsd.org/changeset/ports/561366 Log: MFH: r561365 emulators/libretro-vice: fix build on GCC architectures ./vice/src/opencbm.h:101: error: redefinition of typedef '__u_char' Modified: branches/2021Q1/emulators/libretro-vice/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/emulators/libretro-vice/Makefile ============================================================================== --- branches/2021Q1/emulators/libretro-vice/Makefile Tue Jan 12 18:06:12 2021 (r561365) +++ branches/2021Q1/emulators/libretro-vice/Makefile Tue Jan 12 18:07:09 2021 (r561366) @@ -13,7 +13,7 @@ LICENSE= GPLv2 FLAVORS= x128 x64 x64sc xcbm2 xcbm5x0 xpet xplus4 xscpu64 xvic FLAVOR?= ${FLAVORS:[2]} -USES= gmake +USES= compiler:c11 gmake USE_GITHUB= yes GH_ACCOUNT= libretro
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101121807.10CI799r079801>