summaryrefslogtreecommitdiff
path: root/devel/rdp/patches/patch-ac
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-23 16:17:13 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-23 16:17:13 +0000
commitdd233d89d2ed6743dd9d65424209d07ba4e2370f (patch)
tree572c6f80eda05b237e5295d611ecfbe8898dd198 /devel/rdp/patches/patch-ac
parent7cb758a1a3a5961db8e00b34c0188b43e658cd0f (diff)
downloadpkgsrc-dd233d89d2ed6743dd9d65424209d07ba4e2370f.tar.gz
Workaround a bug in time.h on DragonFly.
Diffstat (limited to 'devel/rdp/patches/patch-ac')
-rw-r--r--devel/rdp/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/rdp/patches/patch-ac b/devel/rdp/patches/patch-ac
new file mode 100644
index 00000000000..0458308ef00
--- /dev/null
+++ b/devel/rdp/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2006/01/23 16:17:13 joerg Exp $
+
+--- rdp_prnt.c.orig 2006-01-15 16:43:46.000000000 +0000
++++ rdp_prnt.c
+@@ -991,6 +991,7 @@ void rdp_print_parser(char * outputfilen
+ text_printf(" from %s\n"
+ "*\n"
+ "*******************************************************************************/\n"
++ "#include <sys/types.h>\n"
+ "#include <time.h>\n"
+ "#include \"arg.h\"\n"
+ "#include \"graph.h\"\n"