summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjoerg <joerg>2015-10-07 23:16:58 +0000
committerjoerg <joerg>2015-10-07 23:16:58 +0000
commitc14324c489f4f3c52cd65bd127798c2052b79f58 (patch)
tree91da54544d1265171c6a11484904b2fe1857edfb /emulators
parent8a1c118d558a59b33ef7ccf93b09f6851408b506 (diff)
downloadpkgsrc-c14324c489f4f3c52cd65bd127798c2052b79f58.tar.gz
Explicitly pull in limits.h, it sometimes hasn't been included yet.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/tme/distinfo4
-rw-r--r--emulators/tme/patches/patch-libtme_memory-auto.sh14
2 files changed, 13 insertions, 5 deletions
diff --git a/emulators/tme/distinfo b/emulators/tme/distinfo
index 23632a32a2e..1e204bef008 100644
--- a/emulators/tme/distinfo
+++ b/emulators/tme/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2015/09/13 15:08:09 joerg Exp $
+$NetBSD: distinfo,v 1.21 2015/10/07 23:16:58 joerg Exp $
SHA1 (tme-0.8.tar.gz) = dd4f3421c20ceed548c5328a21dbb26e80f46b9c
RMD160 (tme-0.8.tar.gz) = 6bd505c5fa7810d37f436883383c4ba655df2ded
@@ -16,7 +16,7 @@ SHA1 (patch-ic_m68k_m6888x.c) = fe42dce7bf5abc69e2c9e15967d5e862ef651a0e
SHA1 (patch-ic_m68k_m68k-insns-auto.sh) = c493b4c6b066135e093abd7482e0a1e99294848b
SHA1 (patch-ic_m68k_m68k-m68k-insns.c) = 1a9d8e3d4e11c5710d1f67b65954d6e3de68d99f
SHA1 (patch-ic_m68k_m68k-misc.c) = 7aeef098631196fe60b9940600cf90c86d1be375
-SHA1 (patch-libtme_memory-auto.sh) = 156766edad59b563f13c4dfd19f581b2950cc384
+SHA1 (patch-libtme_memory-auto.sh) = a8c727d71c91237730ed1aff04bd600af7a30127
SHA1 (patch-machine_sun2_SUN2-MULTIBUS) = dc44d9c842277a2f4ff55b0200edbc990ee86669
SHA1 (patch-machine_sun2_sun2-mainbus.c) = 91b901d37d5f9a72064831d440c4371b81857640
SHA1 (patch-machine_sun3_SUN3-CARRERA) = 73b8f3a5a7c587aa726db4fa53844f2a0dc82a24
diff --git a/emulators/tme/patches/patch-libtme_memory-auto.sh b/emulators/tme/patches/patch-libtme_memory-auto.sh
index 53a84473e2b..21d7fb44187 100644
--- a/emulators/tme/patches/patch-libtme_memory-auto.sh
+++ b/emulators/tme/patches/patch-libtme_memory-auto.sh
@@ -1,8 +1,16 @@
-$NetBSD: patch-libtme_memory-auto.sh,v 1.1 2015/09/13 15:08:09 joerg Exp $
+$NetBSD: patch-libtme_memory-auto.sh,v 1.2 2015/10/07 23:16:58 joerg Exp $
---- libtme/memory-auto.sh.orig 2015-09-03 14:35:30.000000000 +0000
+--- libtme/memory-auto.sh.orig 2010-02-15 15:16:28.000000000 +0000
+++ libtme/memory-auto.sh
-@@ -129,7 +129,7 @@ if $header; then
+@@ -96,6 +96,7 @@ EOF
+ if $header; then
+ cat <<EOF
+
++#include <limits.h>
+ /* macros: */
+
+ /* the plain partial read internal macro: */
+@@ -129,7 +130,7 @@ if $header; then
/* this returns a mask of all-bits-one in given type: */
#define _tme_memory_type_mask(type, shift) \\