summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-08-29 01:27:29 +0000
committerdholland <dholland@pkgsrc.org>2011-08-29 01:27:29 +0000
commit4298bf04592c6db3dd37aaeebb0503a8ced6669f (patch)
treef0372facebf8f4d135510bafe79fd19c580104e1 /cross
parent047f1c863a087dd7b2f21b23d359a36a694d6c09 (diff)
downloadpkgsrc-4298bf04592c6db3dd37aaeebb0503a8ced6669f.tar.gz
Catch up to C++ standards churn. Should fix, or at least advance, the
clang build.
Diffstat (limited to 'cross')
-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;