From 6da41f927afe5bab5ed1752446bdf8d9bdba0da6 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 11 Apr 2025 15:34:48 -0600 Subject: [PATCH] freeciv: fix compilation --- recipes/games/freeciv/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/games/freeciv/recipe.toml b/recipes/games/freeciv/recipe.toml index 65c721f91..53abc12c4 100644 --- a/recipes/games/freeciv/recipe.toml +++ b/recipes/games/freeciv/recipe.toml @@ -24,6 +24,7 @@ dependencies = [ template = "custom" script = """ DYNAMIC_INIT +export ICU_LIBS="-licuuc -licudata -lstdc++" export SDL2_LIBS="\ -lSDL2_gfx \ -lSDL2_image \ @@ -34,7 +35,6 @@ export SDL2_LIBS="\ -ljpeg \ -lpng \ -lz \ - -lstdc++ \ " COOKBOOK_CONFIGURE_FLAGS+=( --disable-server