summaryrefslogtreecommitdiff
path: root/lang/scm/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'lang/scm/patches/patch-ae')
-rw-r--r--lang/scm/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/scm/patches/patch-ae b/lang/scm/patches/patch-ae
new file mode 100644
index 00000000000..ad4efdba4bf
--- /dev/null
+++ b/lang/scm/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2006/02/19 17:50:11 joerg Exp $
+
+--- time.c.orig 2006-02-08 17:55:21.000000000 +0000
++++ time.c
+@@ -111,7 +111,7 @@
+ # include <sys/times.h>
+ # define USE_GETTIMEOFDAY
+ #endif
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ # include <sys/types.h>
+ # include <sys/time.h>
+ # include <sys/timeb.h>