Files
ports/x11-toolkits/py-wxpython/files/patch-build.py
T
Charlie Li b5e003c2fd x11-toolkits/py-wxpython: rename and update to 4.2.4
Changelog: https://www.wxpython.org/news/2025-10-28-wxpython-424-release/index.html

- now builds under USE_PYTHON=pep517
- future-proof for setuptools update
- sync dependencies
- expose test suite

Event: Winter Field Day 2026
2026-01-26 13:43:48 -05:00

12 lines
711 B
Python

--- build.py.orig 2025-10-29 00:38:50 UTC
+++ build.py
@@ -423,7 +423,7 @@ def makeOptionParser():
("mac_framework", (False, "Build wxWidgets as a Mac framework.")),
("mac_arch", ("", "Comma separated list of architectures to build on Mac")),
- ("use_syswx", (False, "Try to use an installed wx rather than building the "
+ ("use_syswx", (True, "Try to use an installed wx rather than building the "
"one in this source tree. The wx-config in {prefix}/bin "
"or the first found on the PATH determines which wx is "
"used. Implies --no_magic.")),