summaryrefslogtreecommitdiff
path: root/emulators/gpsim/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-03-02 18:12:01 +0000
committerjoerg <joerg@pkgsrc.org>2013-03-02 18:12:01 +0000
commit90f63543006b7bb06e3281f6cdc821792de90e7b (patch)
treef2069d3bd5117265ed2ed1881bf14a36f7908357 /emulators/gpsim/patches
parent8cf0a830064672fc38a22363cdf2f5575b4d8eee (diff)
downloadpkgsrc-90f63543006b7bb06e3281f6cdc821792de90e7b.tar.gz
Uses <typeinfo>
Diffstat (limited to 'emulators/gpsim/patches')
-rw-r--r--emulators/gpsim/patches/patch-src_symbol.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/gpsim/patches/patch-src_symbol.h b/emulators/gpsim/patches/patch-src_symbol.h
new file mode 100644
index 00000000000..c341c819e23
--- /dev/null
+++ b/emulators/gpsim/patches/patch-src_symbol.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_symbol.h,v 1.1 2013/03/02 18:12:01 joerg Exp $
+
+--- src/symbol.h.orig 2013-02-28 10:35:39.000000000 +0000
++++ src/symbol.h
+@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */
+ //
+
+ #include <string>
++#include <typeinfo>
+ #include <vector>
+ #include "value.h"
+ #include "registers.h"