summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortsutsui <tsutsui>2010-08-14 06:32:34 +0000
committertsutsui <tsutsui>2010-08-14 06:32:34 +0000
commit406d09881b9d2e6dd6fc573310dab1c3067a1c7a (patch)
tree0c330ae2b04b804d0fb0b97ffa733eaba3e8a697 /emulators
parent4b32581f495fa21487ba046942ad7fb15df9c3a2 (diff)
downloadpkgsrc-406d09881b9d2e6dd6fc573310dab1c3067a1c7a.tar.gz
Fix typoes which cause build failure on !x86 machines.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/tme/distinfo5
-rw-r--r--emulators/tme/patches/patch-ac13
-rw-r--r--emulators/tme/patches/patch-ad13
-rw-r--r--emulators/tme/patches/patch-ae13
4 files changed, 43 insertions, 1 deletions
diff --git a/emulators/tme/distinfo b/emulators/tme/distinfo
index 6ca0cc3eafb..97f70bac378 100644
--- a/emulators/tme/distinfo
+++ b/emulators/tme/distinfo
@@ -1,7 +1,10 @@
-$NetBSD: distinfo,v 1.10 2010/06/07 13:34:01 tsutsui Exp $
+$NetBSD: distinfo,v 1.11 2010/08/14 06:32:34 tsutsui Exp $
SHA1 (tme-0.8.tar.gz) = dd4f3421c20ceed548c5328a21dbb26e80f46b9c
RMD160 (tme-0.8.tar.gz) = 6bd505c5fa7810d37f436883383c4ba655df2ded
Size (tme-0.8.tar.gz) = 2100123 bytes
SHA1 (patch-aa) = e6095f8783c540fa2ae7f5c73b1d30f8f6cd79bc
SHA1 (patch-ab) = 3825986759da24c628b870a1493e4d37ec37358f
+SHA1 (patch-ac) = ba581f10ec54b056564a7a84a5833f2d854b55df
+SHA1 (patch-ad) = e90986262fe9d883ae64fe01dfb4ae07bde6a916
+SHA1 (patch-ae) = cfcea636744991c6eef84ea34ca78d40eb01c086
diff --git a/emulators/tme/patches/patch-ac b/emulators/tme/patches/patch-ac
new file mode 100644
index 00000000000..8633a7e9fed
--- /dev/null
+++ b/emulators/tme/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.6 2010/08/14 06:32:34 tsutsui Exp $
+
+--- libtme/misc.c.orig 2010-06-05 19:02:38.000000000 +0000
++++ libtme/misc.c
+@@ -430,7 +430,7 @@ tme_misc_cycles_per_ms(void)
+ union tme_value64
+ tme_misc_cycles(void)
+ {
+-#ifdef TME_HAVE_INT64_T */
++#ifdef TME_HAVE_INT64_T
+ struct timeval now;
+ tme_uint64_t cycles;
+ union tme_value64 value;
diff --git a/emulators/tme/patches/patch-ad b/emulators/tme/patches/patch-ad
new file mode 100644
index 00000000000..67e16ce215e
--- /dev/null
+++ b/emulators/tme/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.4 2010/08/14 06:32:34 tsutsui Exp $
+
+--- configure.in.orig 2010-06-05 19:56:37.000000000 +0000
++++ configure.in
+@@ -599,7 +599,7 @@ i[3456789]86-* | x86_64-*) misc_hosts="x
+ esac
+ changequote([, ])dnl
+ AC_MSG_RESULT([${misc_hosts}])
+-if test "x${misc_hosts}" = no; then
++if test "x${misc_hosts}" = xno; then
+ misc_hosts=
+ fi
+
diff --git a/emulators/tme/patches/patch-ae b/emulators/tme/patches/patch-ae
new file mode 100644
index 00000000000..4180a63ea8d
--- /dev/null
+++ b/emulators/tme/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.3 2010/08/14 06:32:34 tsutsui Exp $
+
+--- configure.orig 2010-06-05 19:57:30.000000000 +0000
++++ configure
+@@ -12985,7 +12985,7 @@ i[3456789]86-* | x86_64-*) misc_hosts="x
+ esac
+ { echo "$as_me:$LINENO: result: ${misc_hosts}" >&5
+ echo "${ECHO_T}${misc_hosts}" >&6; }
+-if test "x${misc_hosts}" = no; then
++if test "x${misc_hosts}" = xno; then
+ misc_hosts=
+ fi
+