summaryrefslogtreecommitdiff
path: root/converters/kdesupport
diff options
context:
space:
mode:
authortron <tron>1999-04-27 19:59:43 +0000
committertron <tron>1999-04-27 19:59:43 +0000
commitca056046447a71a1f8c33daae308ffbbb5921fe1 (patch)
tree2044433ea4ec15ca6188bf326101e7bf5e443ace /converters/kdesupport
parent50371d84907e6742d94c0e4aacafc97b52d23d33 (diff)
downloadpkgsrc-ca056046447a71a1f8c33daae308ffbbb5921fe1.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
+