a225de3e44
This release is mostly a feature release of Krita and Kexi, but also contains major enhancements to the OpenDocument and MathML support of KFormula and new scripting functionality. This version also contains a vastly improved version of KPlato, the project planning application.
13 lines
643 B
Text
13 lines
643 B
Text
$NetBSD: patch-ao,v 1.4 2006/10/17 09:33:16 markd Exp $
|
|
|
|
--- krita/plugins/filters/cimg/CImg.h.orig 2006-10-08 02:33:53.000000000 +1300
|
|
+++ krita/plugins/filters/cimg/CImg.h
|
|
@@ -73,7 +73,7 @@
|
|
#if defined(sun) || defined(__sun) || defined(linux) || defined(__linux) \
|
|
|| defined(__linux__) || defined(__CYGWIN__) || defined(BSD) || defined(__FreeBSD__) \
|
|
|| defined(__OPENBSD__) || defined(__MACOSX__) || defined(__APPLE__) || defined(sgi) \
|
|
- || defined(__sgi)
|
|
+ || defined(__sgi) || defined(__NetBSD__)
|
|
// Unix-like (Linux, Solaris, BSD, Irix,...)
|
|
#define cimg_OS 1
|
|
#ifndef cimg_display_type
|