summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/gpsim/distinfo3
-rw-r--r--emulators/gpsim/patches/patch-modules_switch.cc15
2 files changed, 17 insertions, 1 deletions
diff --git a/emulators/gpsim/distinfo b/emulators/gpsim/distinfo
index 353baa1fca7..d0f819adb46 100644
--- a/emulators/gpsim/distinfo
+++ b/emulators/gpsim/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.14 2013/06/11 12:58:42 ryoon Exp $
+$NetBSD: distinfo,v 1.15 2013/06/14 20:29:38 dholland Exp $
SHA1 (gpsim-0.26.1.tar.gz) = 7e1c3cc5a821b3458717a94a09bc484bf6937b25
RMD160 (gpsim-0.26.1.tar.gz) = 487de6a2508de2d51843a9ed684801778e4fe69a
Size (gpsim-0.26.1.tar.gz) = 2350841 bytes
SHA1 (patch-cli_cmd__list.cc) = 73dd63cfb069ab42a059686d3b6618172b967be5
+SHA1 (patch-modules_switch.cc) = 92c49f422a74aa4e3f68164be4b76d727599436e
SHA1 (patch-src_bitlog_h) = 5edc59be9ccb3a83f81c1b13b965b2c075d9fc4e
SHA1 (patch-src_processor.cc) = 34e098666a919b61bd0132ddf3176fd34f74c6d0
SHA1 (patch-src_processor.h) = db2fd06c438036e9f7c4dfa45460a5d0737765e6
diff --git a/emulators/gpsim/patches/patch-modules_switch.cc b/emulators/gpsim/patches/patch-modules_switch.cc
new file mode 100644
index 00000000000..08da4c2adc0
--- /dev/null
+++ b/emulators/gpsim/patches/patch-modules_switch.cc
@@ -0,0 +1,15 @@
+$NetBSD: patch-modules_switch.cc,v 1.1 2013/06/14 20:29:38 dholland Exp $
+
+Get rid of unused default argument that clang doesn't like.
+
+--- modules/switch.cc~ 2010-06-05 06:46:31.000000000 +0000
++++ modules/switch.cc
+@@ -582,7 +582,7 @@ void SwitchAttribute::get(char *return_s
+
+ //========================================================================
+
+- Switch::Switch(const char *_new_name=0)
++ Switch::Switch(const char *_new_name)
+ : SwitchBase(_new_name, "\
+ Two port switch\n\
+ Attributes:\n\