diff options
Diffstat (limited to 'graphics/lcms-python/files/patch-icc34')
-rw-r--r-- | graphics/lcms-python/files/patch-icc34 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/lcms-python/files/patch-icc34 b/graphics/lcms-python/files/patch-icc34 deleted file mode 100644 index 6d7a4aa9b2e5..000000000000 --- a/graphics/lcms-python/files/patch-icc34 +++ /dev/null @@ -1,14 +0,0 @@ -Try to use the int32 and friends on all Unixes -- not just SGI's Irix. ---- include/icc34.h.in.orig Tue Jul 22 06:10:02 2003 -+++ include/icc34.h.in Sun May 23 11:45:09 2004 -@@ -191,8 +191,10 @@ - typedef icUInt32Number icU16Fixed16Number; - - #else -+#ifdef __unix__ - #ifdef __sgi - #include "sgidefs.h" -+#endif - - typedef __int32_t icSignature; - |