summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/fontforge/files/fontforge-py27.diff')
-rw-r--r--media-gfx/fontforge/files/fontforge-py27.diff11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-gfx/fontforge/files/fontforge-py27.diff b/media-gfx/fontforge/files/fontforge-py27.diff
deleted file mode 100644
index 24f98e13cb30..000000000000
--- a/media-gfx/fontforge/files/fontforge-py27.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- fontforge/ffpython.h 2010/02/04 17:42:36 1.8
-+++ fontforge/ffpython.h 2010/09/12 08:30:00 1.9
-@@ -62,7 +62,7 @@
- #define PyMODINIT_FUNC void
- #endif
-
--#if PY_MAJOR_VERSION < 2 || (PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION <= 5)
-+#if PY_MAJOR_VERSION < 2 || (PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION <= 7)
- #define PyBytesObject PyStringObject
- #define PyBytes_Type PyString_Type
-