summaryrefslogtreecommitdiff
path: root/devel/gcvs/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gcvs/patches/patch-as')
-rw-r--r--devel/gcvs/patches/patch-as16
1 files changed, 12 insertions, 4 deletions
diff --git a/devel/gcvs/patches/patch-as b/devel/gcvs/patches/patch-as
index 7e7cabf7cc1..20c900a7e53 100644
--- a/devel/gcvs/patches/patch-as
+++ b/devel/gcvs/patches/patch-as
@@ -1,11 +1,19 @@
-$NetBSD: patch-as,v 1.1 2008/08/17 04:01:37 dholland Exp $
+$NetBSD: patch-as,v 1.2 2011/11/25 21:42:44 joerg Exp $
This may or may not work, but appears to be the best possible
approach; the code is doing gross marshalling/closure stuff.
---- rf/uevent.cpp~ 2001-09-19 01:13:09.000000000 -0400
-+++ rf/uevent.cpp 2008-08-16 23:50:15.000000000 -0400
-@@ -375,7 +375,7 @@ dispatch:
+--- rf/uevent.cpp.orig 2011-11-25 17:58:42.000000000 +0000
++++ rf/uevent.cpp
+@@ -34,6 +34,7 @@
+ # include <time.h>
+ # endif
+ #endif
++#include <inttypes.h>
+
+ #include "umain.h"
+ #include "uconsole.h"
+@@ -375,7 +376,7 @@ dispatch:
(this->*mmf.pfnV_ii)(ULOWORD(arg1), UHIWORD(arg1));
break;
case epV_iii: