summaryrefslogtreecommitdiff
path: root/graphics/lcms-python/files/patch-icc34
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-10-13 11:20:29 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-10-13 11:20:29 +0000
commitae65bb3eeabf7937d297b97de157ebee32b20b4b (patch)
treebc356ecae326db78ad25e18e3f7763e3d98ed441 /graphics/lcms-python/files/patch-icc34
parentDisplays stack trace in HTML. (diff)
- Add port for lcms python bindings.
PR: ports/128522 Requested by: Sergei Golyashov <svvord@spline-studio.ru>
Notes
Notes: svn path=/head/; revision=242763
Diffstat (limited to 'graphics/lcms-python/files/patch-icc34')
-rw-r--r--graphics/lcms-python/files/patch-icc3414
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/lcms-python/files/patch-icc34 b/graphics/lcms-python/files/patch-icc34
new file mode 100644
index 000000000000..6d7a4aa9b2e5
--- /dev/null
+++ b/graphics/lcms-python/files/patch-icc34
@@ -0,0 +1,14 @@
+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;
+