Date: Tue, 12 Jan 2021 18:06:12 +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: r561365 - head/emulators/libretro-vice Message-ID: <202101121806.10CI6CiQ079615@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Jan 12 18:06:12 2021 New Revision: 561365 URL: https://svnweb.freebsd.org/changeset/ports/561365 Log: emulators/libretro-vice: fix build on GCC architectures ./vice/src/opencbm.h:101: error: redefinition of typedef '__u_char' MFH: 2021Q1 Modified: head/emulators/libretro-vice/Makefile Modified: head/emulators/libretro-vice/Makefile ============================================================================== --- head/emulators/libretro-vice/Makefile Tue Jan 12 17:59:46 2021 (r561364) +++ head/emulators/libretro-vice/Makefile Tue Jan 12 18:06:12 2021 (r561365) @@ -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?202101121806.10CI6CiQ079615>