summaryrefslogtreecommitdiff
path: root/emulators/spim/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/spim/patches/patch-aa')
-rw-r--r--emulators/spim/patches/patch-aa20
1 files changed, 10 insertions, 10 deletions
diff --git a/emulators/spim/patches/patch-aa b/emulators/spim/patches/patch-aa
index bccfac80ec1..dff08d6eaf2 100644
--- a/emulators/spim/patches/patch-aa
+++ b/emulators/spim/patches/patch-aa
@@ -1,34 +1,34 @@
-$NetBSD: patch-aa,v 1.6 2009/03/22 19:55:42 markd Exp $
+$NetBSD: patch-aa,v 1.7 2011/02/05 13:38:15 ryoon Exp $
---- xspim/Imakefile.orig 2006-08-29 14:23:19.000000000 +1200
+--- xspim/Imakefile.orig 2010-01-09 05:22:58.000000000 +0000
+++ xspim/Imakefile
-@@ -33,13 +33,13 @@
+@@ -43,13 +43,13 @@
#
# Full path for the directory that will hold the executable files:
-BIN_DIR = /usr/local/bin
-+# BIN_DIR = /usr/local/bin
++#BIN_DIR = /usr/local/bin
# Full path for the directory that will hold the exception handler:
--EXCEPTION_DIR = /usr/local/lib
+-EXCEPTION_DIR = /usr/local/lib/spim
+EXCEPTION_DIR = $(PREFIX)/share/spim
# Full path for the directory that will hold the man files:
--MAN_DIR = /usr/man/mann
-+# MAN_DIR = /usr/man/mann
+-MAN_DIR = /usr/local/man/en
++#MAN_DIR = /usr/local/man/en
# If you have flex, use it instead of lex. If you use flex, define this
-@@ -112,7 +112,7 @@ force: configuration
+@@ -122,7 +122,7 @@ force: configuration
configuration:
./Configure
-InstallProgram(xspim,$(BIN_DIR))
+InstallProgram(xspim,$(BINDIR))
- InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR))
+ InstallNonExec($(CPU_DIR)/exceptions.s,$(EXCEPTION_DIR)/exceptions.s)
#InstallManPage($(DOC_DIR)/xspim,$(MAN_DIR))
-@@ -147,7 +147,7 @@ very-clean: clean
+@@ -157,7 +157,7 @@ very-clean: clean
rm -f configuration
makedepend: y.tab.c