summaryrefslogtreecommitdiff
path: root/converters/kdesupport
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-27 19:59:43 +0000
committertron <tron@pkgsrc.org>1999-04-27 19:59:43 +0000
commit46ed066577dbcfd8a98c3a8ec2e19e5459986cf4 (patch)
tree2044433ea4ec15ca6188bf326101e7bf5e443ace /converters/kdesupport
parente3c75e0f007522567be525167834b54b98d48071 (diff)
downloadpkgsrc-46ed066577dbcfd8a98c3a8ec2e19e5459986cf4.tar.gz
Check in "mimelib/config.h" for "__NetBSD__" as suggested by
Andrew Gillham.
Diffstat (limited to 'converters/kdesupport')
-rw-r--r--converters/kdesupport/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/kdesupport/patches/patch-ab b/converters/kdesupport/patches/patch-ab
new file mode 100644
index 00000000000..e6f30833ce1
--- /dev/null
+++ b/converters/kdesupport/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 1999/04/27 19:59:43 tron Exp $
+
+--- mimelib/mimelib/config.h.orig Sat Sep 27 13:55:18 1997
++++ mimelib/mimelib/config.h Tue Apr 27 21:33:22 1999
+@@ -35,7 +35,7 @@
+ # define DW_WIN32
+ #endif
+
+-#if defined(__unix__) || defined(__unix) || defined(_AIX)
++#if defined(__unix__) || defined(__unix) || defined(_AIX) || defined(__NetBSD__)
+ # define DW_UNIX
+ #endif
+