opnsense-ports/graphics/lcms-python/files/patch-icc34
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
352 B
Text

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;