diff options
Diffstat (limited to 'media-gfx/fontypython/files/fontypython-0.4.4-select-wx-2.8.patch')
-rw-r--r-- | media-gfx/fontypython/files/fontypython-0.4.4-select-wx-2.8.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/media-gfx/fontypython/files/fontypython-0.4.4-select-wx-2.8.patch b/media-gfx/fontypython/files/fontypython-0.4.4-select-wx-2.8.patch deleted file mode 100644 index 47f80e7..0000000 --- a/media-gfx/fontypython/files/fontypython-0.4.4-select-wx-2.8.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/start_fontypython b/start_fontypython -index 1de3888..a9bdc11 100755 ---- a/start_fontypython -+++ b/start_fontypython -@@ -21,4 +21,6 @@ import os - ## Just clear up some sad facts: - if os.name != "posix": sys.exit(_("Sorry, only Gnu/Linux is supported at the moment.")) - ## start the show! -+import wxversion -+wxversion.select("2.8") - import fontypythonmodules.start |