summaryrefslogtreecommitdiff
path: root/devel/sdcc/patches
diff options
context:
space:
mode:
authorwiz <wiz>2006-07-05 20:29:29 +0000
committerwiz <wiz>2006-07-05 20:29:29 +0000
commit3a73ab7aa9e95b3727e7b4a8f66b632a1577e1a8 (patch)
tree7ede98e67b2137e65a8114df25b11a4b3447d781 /devel/sdcc/patches
parente752413b1a7891cf2ddd67038a269f5290533ae6 (diff)
downloadpkgsrc-3a73ab7aa9e95b3727e7b4a8f66b632a1577e1a8.tar.gz
Remove extra qualification to fix build with gcc-4.1.
Diffstat (limited to 'devel/sdcc/patches')
-rw-r--r--devel/sdcc/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
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);