Skip to content

Commit

Permalink
Merge pull request #1590 from ramereth/xproto-config_guess
Browse files Browse the repository at this point in the history
Update config.guess when building xproto
  • Loading branch information
tpowell-progress committed Oct 17, 2023
2 parents e3e8437 + efdc553 commit e96bbfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/software/xproto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
name "xproto"
default_version "7.0.31"

dependency "config_guess"

# version_list: url=https://www.x.org/releases/individual/proto/ filter=xproto-*.tar.gz

version("7.0.31") { source sha256: "6d755eaae27b45c5cc75529a12855fed5de5969b367ed05003944cf901ed43c7" }
Expand All @@ -35,6 +37,8 @@
build do
env = with_standard_compiler_flags(with_embedded_path)

update_config_guess

command "./configure" \
" --prefix=#{install_dir}/embedded", env: env

Expand Down

0 comments on commit e96bbfa

Please sign in to comment.