Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2025 09:22:10 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f19f924b79e1 - main - emulators/x49gp: Set USE_GCC=13
Message-ID:  <202501220922.50M9MAdS019347@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f19f924b79e1a90122c683f7fa63c708dd9e6fd0

commit f19f924b79e1a90122c683f7fa63c708dd9e6fd0
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2025-01-22 09:17:27 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2025-01-22 09:21:27 +0000

    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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501220922.50M9MAdS019347>