mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
692a8de311
commit
f19f924b79
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ NOT_FOR_ARCHS_REASON= unsupported CPU = unknown
|
||||||
WRKSRC= ${WRKDIR}/x49gp/x49gp-code
|
WRKSRC= ${WRKDIR}/x49gp/x49gp-code
|
||||||
|
|
||||||
USES= gmake gnome pkgconfig xorg
|
USES= gmake gnome pkgconfig xorg
|
||||||
USE_GCC= yes
|
USE_GCC= 13
|
||||||
USE_XORG= x11
|
USE_XORG= x11
|
||||||
USE_GNOME= gtk20
|
USE_GNOME= gtk20
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue