ports/math/py-numarray/files/patch-setup.py
Dmitry Marakasov db5f7b6cf1 - Switch to options helpers
- Regenerate patches
2016-10-29 09:04:18 +00:00

9 lines
296 B
Python

--- setup.py.orig 2005-11-17 23:12:49 UTC
+++ setup.py
@@ -227,6 +227,4 @@ def main():
# Do the installation.
#
if __name__ == "__main__":
- if "config" not in sys.argv and ("build" in sys.argv or "install" in sys.argv):
- sys.argv.insert(sys.argv.index("setup.py")+1, "config")
main()