summaryrefslogtreecommitdiff
path: root/emulators/tme/patches/patch-ac
diff options
context:
space:
mode:
authorskrll <skrll>2004-01-23 08:21:54 +0000
committerskrll <skrll>2004-01-23 08:21:54 +0000
commit7245d37507913528855b1ca872bb7303942063b8 (patch)
treee9b43521858e1e7db4c9672820e5666fd5c2f26c /emulators/tme/patches/patch-ac
parent59ce5adca76863e2db72b26b69b95a928076dfbf (diff)
downloadpkgsrc-7245d37507913528855b1ca872bb7303942063b8.tar.gz
Import of tme 0.2
The Machine Emulator, or tme, is a program that provides a general- purpose framework for computer emulation. The first machine that tme could emulate was the Sun 2/120, one of the first widely available Sun workstations.
Diffstat (limited to 'emulators/tme/patches/patch-ac')
-rw-r--r--emulators/tme/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/tme/patches/patch-ac b/emulators/tme/patches/patch-ac
new file mode 100644
index 00000000000..e4b3cc4e772
--- /dev/null
+++ b/emulators/tme/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2004/01/23 08:21:59 skrll Exp $
+
+--- libtme/module.c.orig Sat Aug 23 14:48:30 2003
++++ libtme/module.c
+@@ -107,7 +107,7 @@ _tme_modules_find(const char *top_name,
+ FILE *modules_index;
+
+ /* pass over the search path environment variables: */
+- for (pass = 0; ++pass < 2; ) {
++ for (pass = 0; ++pass <= 2; ) {
+
+ /* get the next search path environment variable value: */
+ search_path = NULL;