mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
11 lines
399 B
Python
11 lines
399 B
Python
--- aksetup_helper.py.orig 2014-05-26 05:39:30 UTC
|
|
+++ aksetup_helper.py
|
|
@@ -131,7 +131,7 @@ def get_config(schema=None, warn_about_n
|
|
return expand_options(schema.read_config())
|
|
|
|
|
|
-def hack_distutils(debug=False, fast_link=True, what_opt=3):
|
|
+def hack_distutils(debug=False, fast_link=True, what_opt=None):
|
|
# hack distutils.sysconfig to eliminate debug flags
|
|
# stolen from mpi4py
|
|
|