Skip to content

Commit

Permalink
emulators/libretro-bsnes: Remove dependency on GCC
Browse files Browse the repository at this point in the history
This time for real: the precedent commit on this port introduced
 USE_GCC=13 by mistake.

PR:		273678
Reported by:	gerald
  • Loading branch information
lsalvadore committed Dec 14, 2023
1 parent ce82996 commit f60288f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/libretro-bsnes/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libretro-bsnes
DISTVERSIONPREFIX= v
DISTVERSION= 115.a.20231101
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators games

Expand All @@ -11,7 +12,6 @@ WWW= https://github.com/libretro/bsnes-libretro
LICENSE= GPLv3

USES= gmake
USE_GCC= 13

USE_GITHUB= yes
GH_ACCOUNT= libretro
Expand Down

0 comments on commit f60288f

Please sign in to comment.