summaryrefslogtreecommitdiff
path: root/graphics/digikam/patches/patch-aa
blob: 5706413167e7025deef882752846501aee4fa3ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.6 2007/07/08 08:47:26 wiz Exp $

--- digikam/libs/greycstoration/CImg.h.orig	2007-06-13 18:06:04.000000000 +0000
+++ digikam/libs/greycstoration/CImg.h
@@ -77,7 +77,7 @@
 // Try to detect the current system and set value of 'cimg_OS'.
 #ifndef cimg_OS
 #if defined(sun)         || defined(__sun)      || defined(linux)       || defined(__linux) \
- || defined(__linux__)   || defined(__CYGWIN__) || defined(BSD)         || defined(__FreeBSD__) \
+ || defined(__linux__)   || defined(__CYGWIN__) || defined(BSD)         || defined(__FreeBSD__) || defined (__NetBSD__) \
  || defined(__OPENBSD__) || defined(__MACOSX__) || defined(__APPLE__)   || defined(sgi) \
  || defined(__sgi)
 // Unix-like (Linux, Solaris, BSD, MacOSX, Irix,...).