diff options
-rw-r--r-- | devel/sdcc/distinfo | 3 | ||||
-rw-r--r-- | devel/sdcc/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/sdcc/distinfo b/devel/sdcc/distinfo index 077058fd12e..d5131435044 100644 --- a/devel/sdcc/distinfo +++ b/devel/sdcc/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.12 2005/12/01 19:43:23 joerg Exp $ +$NetBSD: distinfo,v 1.13 2006/07/05 20:29:29 wiz Exp $ SHA1 (sdcc-2.4.0.tar.gz) = 3ce83ec60417ac6cdffb1668679cb4eeae6c3941 RMD160 (sdcc-2.4.0.tar.gz) = 807aaa5166e143d3793a66b620ccde40d0c83260 Size (sdcc-2.4.0.tar.gz) = 3021296 bytes SHA1 (patch-aa) = aab98c3b7bbcf66c84469ef832a165af60edbf74 +SHA1 (patch-ab) = 21f8c465dfc858a00f04f80cc2df5565fb2ebc5e diff --git a/devel/sdcc/patches/patch-ab b/devel/sdcc/patches/patch-ab new file mode 100644 index 00000000000..fa90a2d6256 --- /dev/null +++ b/devel/sdcc/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.5 2006/07/05 20:29:29 wiz Exp $ + +--- sim/ucsim/cmd.src/newcmdcl.h.orig 2003-01-03 08:51:57.000000000 +0000 ++++ sim/ucsim/cmd.src/newcmdcl.h +@@ -121,7 +121,7 @@ public: + cl_console(int portnumber, class cl_app *the_app); + #endif + virtual ~cl_console(void); +- virtual class cl_console *cl_console::clone_for_exec(char *fin); ++ virtual class cl_console *clone_for_exec(char *fin); + virtual int init(void); + + virtual void welcome(void); |