diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-10-30 09:49:15 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-10-30 09:49:15 +0000 |
commit | b00e0e4584cfb2da373a285ff4f6fbdc869fdd93 (patch) | |
tree | adb439db94da19b96180c581479dd286559def48 /dev-python/Imaging-py21/files | |
parent | version bump (diff) | |
download | gentoo-2-b00e0e4584cfb2da373a285ff4f6fbdc869fdd93.tar.gz gentoo-2-b00e0e4584cfb2da373a285ff4f6fbdc869fdd93.tar.bz2 gentoo-2-b00e0e4584cfb2da373a285ff4f6fbdc869fdd93.zip |
attempt to fix EXTRA_COMPILE_ARGS bug
Diffstat (limited to 'dev-python/Imaging-py21/files')
-rw-r--r-- | dev-python/Imaging-py21/files/Imaging-1.1.4-setup.py.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/Imaging-py21/files/Imaging-1.1.4-setup.py.patch b/dev-python/Imaging-py21/files/Imaging-1.1.4-setup.py.patch new file mode 100644 index 000000000000..d115d2b68ecc --- /dev/null +++ b/dev-python/Imaging-py21/files/Imaging-1.1.4-setup.py.patch @@ -0,0 +1,11 @@ +--- setup.py.old 2003-07-15 22:44:54.000000000 +0100 ++++ setup.py 2003-07-15 22:46:29.000000000 +0100 +@@ -229,6 +229,8 @@ + INCLUDE_DIRS = ["libImaging"] + LIBRARY_DIRS = [] + LIBRARIES = [] ++ EXTRA_COMPILE_ARGS = None ++ EXTRA_LINK_ARGS = None + have_freetype = 1 # Assume we have it, unless proven otherwise + + # use source distribution, if available |