Skip to content

Commit

Permalink
Merge pull request #167070 from branchvincent/fdroidserver
Browse files Browse the repository at this point in the history
fdroidserver: fix build with latest xcode
  • Loading branch information
BrewTestBot authored Mar 24, 2024
2 parents 6b4c2f1 + ada35ca commit 6dda42a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/f/fdroidserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,10 @@ class Fdroidserver < Formula
end

def install
# Work around ruamel.yaml.clib not building on Xcode 15.3, remove after a new release
# has resolved: https://sourceforge.net/p/ruamel-yaml-clib/tickets/32/
ENV.append_to_cflags "-Wno-incompatible-function-pointer-types" if DevelopmentTools.clang_build_version >= 1500

# `matplotlib` needs extra inputs to use system libraries.
# Ref: https://github.com/matplotlib/matplotlib/blob/v3.8.3/doc/users/installing/dependencies.rst#use-system-libraries
# TODO: Update build to use `--config-settings=setup-args=...` when `matplotlib` switches to `meson-python`.
Expand Down

0 comments on commit 6dda42a

Please sign in to comment.