summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/imaging/files/imaging-1.1.4-setup.py.patch')
-rw-r--r--dev-python/imaging/files/imaging-1.1.4-setup.py.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/imaging/files/imaging-1.1.4-setup.py.patch b/dev-python/imaging/files/imaging-1.1.4-setup.py.patch
new file mode 100644
index 000000000000..d115d2b68ecc
--- /dev/null
+++ b/dev-python/imaging/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