diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-23 16:17:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-23 16:17:13 +0000 |
commit | dd233d89d2ed6743dd9d65424209d07ba4e2370f (patch) | |
tree | 572c6f80eda05b237e5295d611ecfbe8898dd198 /devel/rdp/patches/patch-ac | |
parent | 7cb758a1a3a5961db8e00b34c0188b43e658cd0f (diff) | |
download | pkgsrc-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-ac | 12 |
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" |