-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #853 from cazfi/srvup
- Loading branch information
Showing
6 changed files
with
40 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
freeciv/patches/backports/0054-Fix-inconsistent-city-workers-after-vision-loss.patch
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
freeciv/patches/backports/0060-Check-C23-nullptr-usability-as-a-sentinel.patch
This file was deleted.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
freeciv/patches/backports/0074-Meson-Make-fc_server-to-depend-on-verhdr.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From 6228415a558a8adf6f715abe2d91ed2fd145b79a Mon Sep 17 00:00:00 2001 | ||
From: Marko Lindqvist <[email protected]> | ||
Date: Tue, 28 May 2024 00:11:05 +0300 | ||
Subject: [PATCH 74/74] Meson: Make fc_server to depend on verhdr | ||
|
||
See RM #682 | ||
|
||
Signed-off-by: Marko Lindqvist <[email protected]> | ||
--- | ||
meson.build | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/meson.build b/meson.build | ||
index 5938236ee7..7a3f0288e8 100644 | ||
--- a/meson.build | ||
+++ b/meson.build | ||
@@ -1503,7 +1503,7 @@ server_lib = static_library('fc_server', | ||
'server/unittools.c', | ||
'server/voting.c', | ||
include_directories: server_inc, | ||
- sources: [ pack_server, | ||
+ sources: [ verhdr, pack_server, | ||
tolua.process('server/scripting/tolua_fcdb.pkg', | ||
'server/scripting/tolua_server.pkg')], | ||
dependencies: lua_dep | ||
-- | ||
2.43.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters