Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2023 21:35:56 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: f60288f8df26 - main - emulators/libretro-bsnes: Remove dependency on GCC
Message-ID:  <202312142135.3BELZu11076324@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=f60288f8df26391a6d107ddbc11b6590dfa0ee00

commit f60288f8df26391a6d107ddbc11b6590dfa0ee00
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-12-14 21:28:25 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-12-14 21:34:44 +0000

    emulators/libretro-bsnes: Remove dependency on GCC
    
    This time for real: the precedent commit on this port introduced
     USE_GCC=13 by mistake.
    
    PR:             273678
    Reported by:    gerald
---
 emulators/libretro-bsnes/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/libretro-bsnes/Makefile b/emulators/libretro-bsnes/Makefile
index 652a3a8c2f10..045fb87450e5 100644
--- a/emulators/libretro-bsnes/Makefile
+++ b/emulators/libretro-bsnes/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	libretro-bsnes
 DISTVERSIONPREFIX=	v
 DISTVERSION=	115.a.20231101
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators games
 
@@ -11,7 +12,6 @@ WWW=		https://github.com/libretro/bsnes-libretro
 LICENSE=	GPLv3
 
 USES=		gmake
-USE_GCC=	13
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	libretro



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