summaryrefslogtreecommitdiff
path: root/graphics/lcms/patches/patch-aa
blob: 186554462f9e911bf1d4fd9657520ae6e8132427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.6 2005/06/02 15:03:39 adam Exp $

--- include/lcms.h.orig	2004-12-13 10:00:59.000000000 +0100
+++ include/lcms.h
@@ -74,7 +74,7 @@
 
 // Metroworks CodeWarrior
 
-#if __MWERKS__ 
+#ifdef __MWERKS__ 
 #   define unlink remove
 #   if WIN32 
 #       define USE_CUSTOM_SWAB 1
@@ -112,7 +112,7 @@
 #   define USE_BIG_ENDIAN      1
 #endif
 
-#if TARGET_CPU_PPC
+#ifdef TARGET_CPU_PPC
 #   define USE_BIG_ENDIAN   1
 #endif