summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cross/uisp/distinfo3
-rw-r--r--cross/uisp/patches/patch-src_avr_h15
2 files changed, 17 insertions, 1 deletions
diff --git a/cross/uisp/distinfo b/cross/uisp/distinfo
index acd39af6e66..97a0725cd74 100644
--- a/cross/uisp/distinfo
+++ b/cross/uisp/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 10:16:53 agc Exp $
+$NetBSD: distinfo,v 1.3 2011/08/29 01:27:29 dholland Exp $
SHA1 (uisp-20040311.tar.bz2) = 8e4c1e05d2f9a962b8969fc76d8b448c9e0751d4
RMD160 (uisp-20040311.tar.bz2) = 4f45d375e942376a2508232cf787f94ab7f8995b
Size (uisp-20040311.tar.bz2) = 142973 bytes
SHA1 (patch-aa) = 60d42fc897b8c77c8396823fd9b26b95adb68a77
+SHA1 (patch-src_avr_h) = f5ac07e1a8e3865e7c6bd3af86a1777bb068b5fd
diff --git a/cross/uisp/patches/patch-src_avr_h b/cross/uisp/patches/patch-src_avr_h
new file mode 100644
index 00000000000..c84597445e1
--- /dev/null
+++ b/cross/uisp/patches/patch-src_avr_h
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_avr_h,v 1.1 2011/08/29 01:27:29 dholland Exp $
+
+- catch up to C++ standards churn
+
+--- src/Avr.h~ 2004-02-07 18:54:06.000000000 +0000
++++ src/Avr.h
+@@ -138,7 +138,7 @@ class TAvr: public TDevice{
+ private:
+ /* AVR Family Device (Part) List */
+ struct TPart {
+- char* name;
++ const char *name;
+ TByte part_family;
+ TByte part_number;
+ TAddr flash_size;