suggested diff for Imaging
Michael Stevens <[email protected]>
| Newsgroups | gmane.comp.python.image |
|---|---|
| Message-ID | <[email protected]> |
Hi. Attaching a suggested diff for Imaging against 1.1.7, lets it find libraries on Redhat 64bit. Michael (Have I got the right place for this?) _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
imaging.patch
(text/x-diff, 514 B)
diff -urN temp/Imaging-1.1.7/setup.py Imaging-1.1.7/setup.py
--- temp/Imaging-1.1.7/setup.py 2009-11-15 16:06:10.000000000 +0000
+++ Imaging-1.1.7/setup.py 2011-01-13 12:05:12.000000000 +0000
@@ -153,6 +153,7 @@
prefix = sysconfig.get_config_var("prefix")
if prefix:
add_directory(library_dirs, os.path.join(prefix, "lib"))
+ add_directory(library_dirs, os.path.join(prefix, "lib64"))
add_directory(include_dirs, os.path.join(prefix, "include"))
#