aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-12 18:07:09 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-12 18:07:09 +0000
commit5624611d88027b3bf47eed1cf3ab926c5bb067de (patch)
tree10a701c6f46ebfb56cd983e78185202f4f1d3899 /emulators
parentc420243f1ace6a1544bf02229fd081c6e0b4ab98 (diff)
downloadports-5624611d88027b3bf47eed1cf3ab926c5bb067de.tar.gz
ports-5624611d88027b3bf47eed1cf3ab926c5bb067de.zip
MFH: r561365
emulators/libretro-vice: fix build on GCC architectures ./vice/src/opencbm.h:101: error: redefinition of typedef '__u_char'
Notes
Notes: svn path=/branches/2021Q1/; revision=561366
Diffstat (limited to 'emulators')
-rw-r--r--emulators/libretro-vice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/libretro-vice/Makefile b/emulators/libretro-vice/Makefile
index 3a38525bafb9..62d345fd0ba8 100644
--- a/emulators/libretro-vice/Makefile
+++ b/emulators/libretro-vice/Makefile
@@ -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