summaryrefslogtreecommitdiff
path: root/lang/pnet/patches/patch-ae
blob: cc4c7c4cda8ec210f562fae9f4e57b7b82fbca7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ae,v 1.1 2006/02/26 20:38:52 joerg Exp $

--- libgc/include/private/gcconfig.h.orig	2005-05-20 20:48:29.000000000 +0000
+++ libgc/include/private/gcconfig.h
@@ -55,7 +55,7 @@
 # endif
 
 /* And one for FreeBSD: */
-# if defined(__FreeBSD__)
+# if defined(__FreeBSD__) || defined(__DragonFly__)
 #    define FREEBSD
 # endif
 
@@ -1929,7 +1929,7 @@
 #   define SUNOS5SIGS
 # endif
 
-# if defined(FREEBSD) && (__FreeBSD__ >= 4)
+# if defined(FREEBSD) && (defined(__DragonFly__) || __FreeBSD__ >= 4)
 #   define SUNOS5SIGS
 # endif