Files
macports-ports/python/py-shapely/files/patch-setup.py.diff
2024-09-29 08:54:29 -04:00

11 lines
290 B
Diff

--- setup.py 2024-08-20 05:35:37.000000000 +0800
+++ setup.py 2024-09-29 19:33:16.000000000 +0800
@@ -170,6 +170,7 @@
"src/vector.c",
],
**ext_options,
+ extra_compile_args=["-Wno-error=incompatible-pointer-types"],
)
]