[Digikam-devel] [Bug 147670] Compilation problems on NetBSD in greycstoration
Gilles Caulier
caulier.gilles at gmail.com
Tue Jul 10 21:59:35 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=147670
------- Additional Comments From caulier.gilles gmail com 2007-07-10 22:59 -------
SVN commit 686237 by cgilles:
backport NETBSD fix from KDE3 branch
CCBUGS: 147670
M +1 -1 CImg.h
M +1 -1 greycstorationiface.cpp
--- trunk/extragear/graphics/digikam/libs/greycstoration/CImg.h #686236:686237
@ -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,...).
--- trunk/extragear/graphics/digikam/libs/greycstoration/greycstorationiface.cpp #686236:686237
@ -34,7 +34,7 @
#define cimg_plugin "greycstoration.h"
#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)
#include <pthread.h>
More information about the Digikam-devel
mailing list