summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-bs
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-bs')
-rw-r--r--time/sunbird/patches/patch-bs14
1 files changed, 12 insertions, 2 deletions
diff --git a/time/sunbird/patches/patch-bs b/time/sunbird/patches/patch-bs
index 6250c2787f0..1818b740c94 100644
--- a/time/sunbird/patches/patch-bs
+++ b/time/sunbird/patches/patch-bs
@@ -1,6 +1,6 @@
-$NetBSD: patch-bs,v 1.1.1.1 2006/02/05 21:56:26 ghen Exp $
+$NetBSD: patch-bs,v 1.2 2006/06/27 11:11:52 joerg Exp $
---- config/mkdepend/imakemdep.h.orig 2006-02-02 16:57:57.000000000 +0100
+--- config/mkdepend/imakemdep.h.orig 2004-04-20 21:38:14.000000000 +0000
+++ config/mkdepend/imakemdep.h
@@ -440,6 +440,9 @@ char *cpp_argv[ARGUMENTS] = {
# ifdef __i386__
@@ -12,3 +12,13 @@ $NetBSD: patch-bs,v 1.1.1.1 2006/02/05 21:56:26 ghen Exp $
# ifdef __GNUC__
"-traditional",
# endif
+@@ -716,6 +719,9 @@ struct symtab predefs[] = {
+ #ifdef __FreeBSD__
+ {"__FreeBSD__", "1"},
+ #endif
++#ifdef __DragonFly__
++ {"__DragonFly__", "1"},
++#endif
+ #ifdef __NetBSD__
+ {"__NetBSD__", "1"},
+ #endif