From kde-commits Sun Oct 02 15:35:20 2005 From: Raphael Langerhorst Date: Sun, 02 Oct 2005 15:35:20 +0000 To: kde-commits Subject: koffice/krita/plugins/cimg Message-Id: <1128267320.489584.26585.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112827057614179 SVN commit 466402 by raphael: Add NetBSD to the Unix operating systems detected in CImg.h, fixes compilation of Krita on NetBSD. M +3 -3 CImg.h --- trunk/koffice/krita/plugins/cimg/CImg.h #466401:466402 @@ -61,9 +61,9 @@ -------------------------------------------------------------*/ #ifndef cimg_OS -#if defined(sun) || defined(__sun) || defined(linux) || defined(__linux) \ - || defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__OPENBSD__) || defined(__MACOSX__) \ - || defined(__APPLE__) || defined(sgi) || defined(__sgi) +#if defined(sun) || defined(__sun) || defined(linux) || defined(__linux) \ + || defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OPENBSD__) \ + || defined(__MACOSX__) || defined(__APPLE__) || defined(sgi) || defined(__sgi) // Unix (Linux,Solaris,BSD,Irix,...) #define cimg_OS 1 #ifndef cimg_display_type