diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-25 16:51:59 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:07 +0700 |
commit | ae87f355db6d7ba14874345d94ca9816217c5cb9 (patch) | |
tree | 1b34ef463afa281180900bc39125dd0347ec451e /python/pygame/config_unix.patch | |
parent | 43812cf9cc47e7aacce6db1e6be426207f581de2 (diff) |
python/pygame: Updated for version 2.0.1.
This fixes building on -current.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pygame/config_unix.patch')
-rw-r--r-- | python/pygame/config_unix.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/python/pygame/config_unix.patch b/python/pygame/config_unix.patch deleted file mode 100644 index d2dc980e6db06..0000000000000 --- a/python/pygame/config_unix.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- 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 - |