summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/xpilot-ng/files/xpilot-ng-4.7.2-xpngcc.patch')
-rw-r--r--games-action/xpilot-ng/files/xpilot-ng-4.7.2-xpngcc.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/games-action/xpilot-ng/files/xpilot-ng-4.7.2-xpngcc.patch b/games-action/xpilot-ng/files/xpilot-ng-4.7.2-xpngcc.patch
deleted file mode 100644
index 2b6a111628dd..000000000000
--- a/games-action/xpilot-ng/files/xpilot-ng-4.7.2-xpngcc.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- contrib/xpngcc/xpngcc.py 2005-09-15 18:27:44.000000000 -0400
-+++ contrib/xpngcc/xpngcc.py 2005-10-05 00:32:51.221341928 -0400
-@@ -1,5 +1,8 @@
- #!/usr/bin/env python
-
-+import wxversion
-+wxversion.select('2.6')
-+
- import os
- import wx
- import urllib
---- contrib/xpngcc/config.py.old 2006-05-01 20:43:31.000000000 +0200
-+++ contrib/xpngcc/config.py 2006-05-01 20:44:26.000000000 +0200
-@@ -36,6 +36,6 @@
- if (sys.platform == "win32"):
- mapdir = 'C:\\Progra~1\\XPilotNG-SDL\\lib\\maps'
- else:
-- mapdir = '/usr/local/share/xpilot-ng/maps'
-+ mapdir = '@GENTOO_DATADIR@/xpilot-ng/maps'
- png_path = os.path.dirname(os.path.abspath(__file__))
-