1.18 didn't build for me on NetBSD/i386 5.0.  The following patch made
it work, but I don't understand exactly what's really wrong.  Clearly
|||| doesn't work, but is something missing in between, or just extra
||?

$NetBSD$

--- include/lcms.h.orig 2009-03-21 11:31:52.000000000 -0400
+++ include/lcms.h
@@ -139,7 +139,7 @@ typedef    pthread_rwlock_t      LCMS_RW
 #   define USE_BIG_ENDIAN      1
 #endif
 
-#if defined(__sgi__) || defined(__sgi) || defined(__powerpc__) || 
defined(sparc) || defined(__ppc__) |||| defined(__s390__) || defined(__s390x__)
+#if defined(__sgi__) || defined(__sgi) || defined(__powerpc__) || 
defined(sparc) || defined(__ppc__) || defined(__s390__) || defined(__s390x__)
 #   define USE_BIG_ENDIAN      1
 #endif
 

Attachment: pgpPgh5FXF2MS.pgp
Description: PGP signature

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to