diff options
author | Pierce Andjelkovic <pierceandjelkovic@gmail.com> | 2022-03-10 17:49:13 +1100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-03-15 14:03:07 +0000 |
commit | 39868e833cd1b95f150af671aa9fcb0cbaa5cc9e (patch) | |
tree | 113aea641f949a87b92d41becdf79d8bf9e8c801 /Ports/freeciv | |
parent | 8f531a62eb8e90868acdd7d73291aa247f403ed6 (diff) | |
download | serenity-39868e833cd1b95f150af671aa9fcb0cbaa5cc9e.zip |
Ports: Point freeciv to the correct config.sub location
Diffstat (limited to 'Ports/freeciv')
-rwxr-xr-x | Ports/freeciv/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/freeciv/package.sh b/Ports/freeciv/package.sh index 2b77155150..403ba2cbaa 100755 --- a/Ports/freeciv/package.sh +++ b/Ports/freeciv/package.sh @@ -3,6 +3,7 @@ port=freeciv version=3.0.0-beta2 useconfigure=true use_fresh_config_sub=true +config_sub_path=bootstrap/config.sub configopts=("--enable-client=sdl2" "--enable-fcmp=no") files="http://files.freeciv.org/beta/freeciv-${version}.tar.xz freeciv-${version}.tar.xz 9f44dc28068b239c18bda68192ddb27622030880f8ab9c17f777eac28391269e" auth_type=sha256 |