summaryrefslogtreecommitdiff
path: root/misc/koffice/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'misc/koffice/patches/patch-ao')
-rw-r--r--misc/koffice/patches/patch-ao13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/koffice/patches/patch-ao b/misc/koffice/patches/patch-ao
new file mode 100644
index 00000000000..69a06e0edb3
--- /dev/null
+++ b/misc/koffice/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD: patch-ao,v 1.3 2006/05/24 12:54:45 markd Exp $
+
+--- krita/plugins/filters/cimg/CImg.h.orig 2006-05-11 06:28:04.000000000 +1200
++++ krita/plugins/filters/cimg/CImg.h
+@@ -65,7 +65,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 (Linux,Solaris,BSD,Irix,...)
+ #define cimg_OS 1
+ #ifndef cimg_display_type