diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-03 23:18:58 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-03 23:18:58 +0000 |
commit | eea72693c68f5e9fbe051f62cde5eec962d5975c (patch) | |
tree | 6ea783c52ad244399845308822bebbfeb8de149a /dev-python/imaging/files | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-eea72693c68f5e9fbe051f62cde5eec962d5975c.tar.gz gentoo-2-eea72693c68f5e9fbe051f62cde5eec962d5975c.tar.bz2 gentoo-2-eea72693c68f5e9fbe051f62cde5eec962d5975c.zip |
Fix bug 66040.
Diffstat (limited to 'dev-python/imaging/files')
-rw-r--r-- | dev-python/imaging/files/imaging-1.1.4-ft-2.1.9.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/imaging/files/imaging-1.1.4-ft-2.1.9.patch b/dev-python/imaging/files/imaging-1.1.4-ft-2.1.9.patch new file mode 100644 index 000000000000..c845709fd5e2 --- /dev/null +++ b/dev-python/imaging/files/imaging-1.1.4-ft-2.1.9.patch @@ -0,0 +1,10 @@ +--- work/Imaging-1.1.4/_imagingft.c 2003-04-22 18:11:25.000000000 +0200 ++++ work/Imaging-1.1.4/_imagingft.c.new 2004-10-01 18:30:05.990905256 +0200 +@@ -15,6 +15,7 @@ + #include "Python.h" + #include "Imaging.h" + ++#include <ft2build.h> + #include <freetype/freetype.h> + + #if PY_VERSION_HEX < 0x01060000 |