1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

emulators/libretro-vice: fix build on GCC architectures

./vice/src/opencbm.h:101: error: redefinition of typedef '__u_char'

MFH:		2021Q1
This commit is contained in:
Piotr Kubaj 2021-01-12 18:06:12 +00:00
parent 2071be3cc5
commit bfe41dc372
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561365

View File

@ -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