You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
13 lines
378 B
Diff
13 lines
378 B
Diff
--- pyobjc-core/Tools/pyobjc_setup.py.orig 2026-01-08 10:36:39
|
|
+++ pyobjc-core/Tools/pyobjc_setup.py 2026-01-08 10:36:46
|
|
@@ -514,9 +514,6 @@
|
|
if os_level == "10.4":
|
|
cflags.append("-DNO_OBJC2_RUNTIME")
|
|
|
|
- if "-Werror" not in cflags:
|
|
- cflags.append("-Werror")
|
|
-
|
|
if get_config_var("Py_GIL_DISABLED"):
|
|
cflags.append("-DPyObjC_GIL_DISABLED")
|
|
|