summaryrefslogtreecommitdiff
path: root/games/stratagus/patches/patch-aa
blob: 25a0dbe5871cd3a9350d4919a4d61c97203c7062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2004/08/17 12:29:14 wiz Exp $

--- src/stratagus/stratagus.c.orig	2004-06-26 01:22:34.000000000 +0200
+++ src/stratagus/stratagus.c
@@ -341,7 +341,7 @@ char* strdcat3(const char* l, const char
 	return res;
 }
 
-#if !defined(BSD)
+#if !defined(BSD) || defined(__NetBSD__)
 /**
 **  Case insensitive version of strstr
 **