Files
macports-ports/python/py-scipy/files/0001-patch-extra-flags.patch

11 lines
400 B
Diff

--- meson.build.orig 2025-01-04 21:37:05
+++ meson.build 2025-01-04 21:38:30
@@ -91,6 +91,7 @@
endif
if host_machine.system() == 'darwin'
+ add_project_arguments('-Wno-error=incompatible-pointer-types', language: 'c')
if cc.has_link_argument('-Wl,-dead_strip')
# Allow linker to strip unused symbols
add_project_link_arguments('-Wl,-dead_strip', language : ['c', 'cpp', 'fortran'])