From f19f924b79e1a90122c683f7fa63c708dd9e6fd0 Mon Sep 17 00:00:00 2001 From: Lorenzo Salvadore Date: Wed, 22 Jan 2025 10:17:27 +0100 Subject: [PATCH] emulators/x49gp: Set USE_GCC=13 The port does not build with GCC 14. Require GCC 13 so that it does not block GCC_DEFAULT update to GCC 14. PR: 281232 --- emulators/x49gp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/x49gp/Makefile b/emulators/x49gp/Makefile index 815906cf245a..5c53db7d679c 100644 --- a/emulators/x49gp/Makefile +++ b/emulators/x49gp/Makefile @@ -20,7 +20,7 @@ NOT_FOR_ARCHS_REASON= unsupported CPU = unknown WRKSRC= ${WRKDIR}/x49gp/x49gp-code USES= gmake gnome pkgconfig xorg -USE_GCC= yes +USE_GCC= 13 USE_XORG= x11 USE_GNOME= gtk20