svn commit: r561365 - head/emulators/libretro-vice

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 12 18:06:12 UTC 2021


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


More information about the svn-ports-all mailing list