summaryrefslogtreecommitdiff
path: root/lang/chicken/patches/patch-ah
blob: c9bdb476e403a1054d82bdba9d95a63880d82acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.2 2006/05/23 10:25:47 tonio Exp $

--- chicken.h.orig	2006-05-22 23:05:17.000000000 +0200
+++ chicken.h
@@ -224,7 +224,7 @@ int strncasecmp(const char *one, const c
 # pragma warning(disable: 4101)
 #endif
 
-#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
 # define C_GNU_ENV
 #endif