summaryrefslogtreecommitdiff
path: root/games/pydance/files/patch-constants.py
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-17 15:34:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-17 15:34:16 +0000
commitffa7984831078d26225ba3373285f366510d90de (patch)
treea7b968287d195fbbe4e70da2fcda351b36dc95cb /games/pydance/files/patch-constants.py
parent- Add missing manpage (diff)
- Update to 1.0.1
PR: ports/65654 Submitted by: Rudolf Polzer <freebsd-dr@durchnull.de> (maintainer)
Notes
Notes: svn path=/head/; revision=107360
Diffstat (limited to 'games/pydance/files/patch-constants.py')
-rw-r--r--games/pydance/files/patch-constants.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/pydance/files/patch-constants.py b/games/pydance/files/patch-constants.py
deleted file mode 100644
index 8f3e23a5aafd..000000000000
--- a/games/pydance/files/patch-constants.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- constants.py.orig Wed Feb 25 20:18:19 2004
-+++ constants.py Wed Feb 25 23:21:46 2004
-@@ -13,7 +13,7 @@
- from pygame.locals import *
-
- VERSION = "0.9.1"
--locale.setlocale(locale.LC_ALL, '')
-+locale.setlocale(locale.LC_ALL, 'C')
-
- # Detect the name of the OS - Mac OS X is not really UNIX.
- osname = None