svn commit: r561366 - branches/2021Q1/emulators/libretro-vice

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


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


More information about the svn-ports-branches mailing list