git: 73d1405060a7 - main - games/linux-quake4-demo: Mark as CentOS 7 only
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Apr 2025 04:58:00 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=73d1405060a78a2560a74788346842d13ba2fe31 commit 73d1405060a78a2560a74788346842d13ba2fe31 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2025-04-01 12:10:35 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-04-02 04:57:46 +0000 games/linux-quake4-demo: Mark as CentOS 7 only It requires too old libstdc++.so.5 --- games/linux-quake4-demo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/linux-quake4-demo/Makefile b/games/linux-quake4-demo/Makefile index 4a729d797177..53556d009109 100644 --- a/games/linux-quake4-demo/Makefile +++ b/games/linux-quake4-demo/Makefile @@ -18,7 +18,7 @@ LICENSE_NAME= IDSOFTWARE LICENSE_TEXT= Redistribution is limited, see license LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -USES= linux +USES= linux:c7 USE_LINUX= sdl12 NO_WRKSUBDIR= yes