summaryrefslogtreecommitdiff
path: root/converters/kdesupport/patches/patch-ab
blob: f508aa01677fdc0993a8c5fee7bfffe78344ad92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.6 2000/08/22 21:23:24 skrll Exp $

--- mimelib/mimelib/config.h.orig	Sat Sep 27 12:55:18 1997
+++ mimelib/mimelib/config.h	Mon Aug 14 17:48:31 2000
@@ -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