ports/graphics/lcms/files/patch-icc34
Mikhail Teterin 100babe355 Upgrade to 1.08. The tests report success on Alpha too (beast), even
though there are plenty of messages about unalligned access...

(Notably, the author  incorporated almost all of  our 32-bit related
patches).

PR:		ports/33528
Submitted by:	Lev A. Serebryakov
2002-01-05 10:53:21 +00:00

13 lines
290 B
Text

Try to use the int32 and friends on all Unixes -- not just SGI's Irix.
--- ../include/icc34.h Tue Feb 13 12:08:06 2001
+++ ../include/icc34.h Wed Sep 5 10:08:42 2001
@@ -144,7 +144,9 @@
*/
+#ifdef __unix__
#ifdef __sgi
#include "sgidefs.h"
+#endif
typedef __int32_t icSignature;