diff options
Diffstat (limited to 'misc/koffice/patches/patch-ak')
-rw-r--r-- | misc/koffice/patches/patch-ak | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/koffice/patches/patch-ak b/misc/koffice/patches/patch-ak new file mode 100644 index 00000000000..2485f574745 --- /dev/null +++ b/misc/koffice/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1.1.1 2001/03/30 00:25:20 hubertf Exp $ + +--- killustrator/share/GDocument.cc.orig Thu Aug 24 19:22:53 2000 ++++ killustrator/share/GDocument.cc +@@ -39,7 +39,7 @@ + #include <assert.h> + #include <kdebug.h> + +-#ifdef __FreeBSD__ ++#if defined(__FreeBSD__) || defined(__NetBSD__) + #include <math.h> + #else + #include <values.h> |