summaryrefslogtreecommitdiff
path: root/pygame/pygame-1.9.1-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pygame/pygame-1.9.1-config.patch')
-rw-r--r--pygame/pygame-1.9.1-config.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/pygame/pygame-1.9.1-config.patch b/pygame/pygame-1.9.1-config.patch
new file mode 100644
index 000000000..1d8c99ee2
--- /dev/null
+++ b/pygame/pygame-1.9.1-config.patch
@@ -0,0 +1,24 @@
+diff -pruN pygame-1.9.1release.orig/config_msys.py pygame-1.9.1release/config_msys.py
+--- pygame-1.9.1release.orig/config_msys.py 2012-04-06 07:54:22.787229875 +0000
++++ pygame-1.9.1release/config_msys.py 2012-04-06 07:54:57.340496880 +0000
+@@ -283,7 +283,7 @@ def main():
+
+ for d in DEPS[1:]:
+ if not d.found:
+- if not confirm("""
++ 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?"""):
+diff -pruN pygame-1.9.1release.orig/config_unix.py pygame-1.9.1release/config_unix.py
+--- pygame-1.9.1release.orig/config_unix.py 2012-04-06 07:54:22.787229875 +0000
++++ pygame-1.9.1release/config_unix.py 2012-04-06 07:54:57.340496880 +0000
+@@ -174,7 +174,7 @@ def main():
+
+ for d in DEPS[1:]:
+ if not d.found:
+- if not confirm("""
++ 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?"""):

Generated by cgit