aboutsummaryrefslogtreecommitdiff
path: root/python/pygame/config_unix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python/pygame/config_unix.patch')
-rw-r--r--python/pygame/config_unix.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/python/pygame/config_unix.patch b/python/pygame/config_unix.patch
new file mode 100644
index 0000000000000..d2dc980e6db06
--- /dev/null
+++ b/python/pygame/config_unix.patch
@@ -0,0 +1,25 @@
+--- pygame-1.9.6/buildconfig/config_unix.py 2019-09-11 20:29:30.060515857 +0200
++++ pygame-1.9.6/buildconfig/config_unix.py.orig 2019-09-11 20:29:54.659518227 +0200
+@@ -254,14 +254,14 @@
+ for d in DEPS:
+ d.configure(incdirs, libdirs)
+
+- for d in DEPS[1:]:
+- if not d.found:
+- if "-auto" not in sys.argv and not confirm("""
+-Warning, some of the pygame dependencies were not found. Pygame can still
+-compile and install, but games that depend on those missing dependencies
+-will not run. Would you like to continue the configuration?"""):
+- raise SystemExit("Missing dependencies")
+- break
++# for d in DEPS[1:]:
++# if not d.found:
++# if "-auto" not in sys.argv and not confirm("""
++#Warning, some of the pygame dependencies were not found. Pygame can still
++#compile and install, but games that depend on those missing dependencies
++#will not run. Would you like to continue the configuration?"""):
++# raise SystemExit("Missing dependencies")
++# break
+
+ return DEPS
+