git: 7add5a2c204a - main - games/0ad: Fix build.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 May 2024 22:38:00 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=7add5a2c204a01a2a1316e9c86eac8019ce30d0b commit 7add5a2c204a01a2a1316e9c86eac8019ce30d0b Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-05-31 22:36:50 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-05-31 22:36:50 +0000 games/0ad: Fix build. Fails to build with newer python 3.11 default. Force using version 3.9. --- games/0ad/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/0ad/Makefile b/games/0ad/Makefile index c7e333fb8cb4..e21cff62de9b 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -32,7 +32,7 @@ LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libfmt.so:devel/libfmt USES= compiler:c++11-lib desktop-file-utils dos2unix gmake gnome \ - iconv openal:al perl5 pkgconfig python:build sdl tar:xz \ + iconv openal:al perl5 pkgconfig python:3.9,build sdl tar:xz \ xorg USE_GNOME= libxml2 USE_GL= gl