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-aa30
1 files changed, 0 insertions, 30 deletions
diff --git a/emulators/spim/patches/patch-aa b/emulators/spim/patches/patch-aa
deleted file mode 100644
index dc0d72db3e5..00000000000
--- a/emulators/spim/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2005/07/17 21:38:45 kristerw Exp $
-
---- Imakefile.orig 2005-07-17 23:05:04.000000000 +0200
-+++ Imakefile 2005-07-17 23:06:37.000000000 +0200
-@@ -44,13 +44,13 @@
- #
-
- # Full path for directory that will hold the exception handler file:
--EXCEPTION_DIR = .
-+EXCEPTION_DIR = $(PREFIX)/share/spim
-
- # Full path for the directory that will hold the executable files:
--BIN_DIR = /usr/unsup/bin
-+BIN_DIR = $(PREFIX)/bin
-
- # Full path for the directory that will hold the man files:
--MAN_DIR = /var/unsup/man
-+MAN_DIR = $(PREFIX)/man/man1
-
-
- # If you have flex, use it instead of lex. If you use flex, define this
-@@ -250,7 +250,7 @@
- mv -f lex.yy.c.xx lex.yy.c
-
- depend::
-- makedepend -w10 *.c
-+ makedepend -w10 -I$(X11BASE)/include *.c
-
- #
- # DO NOT DELETE THIS LINE -- make depend depends on it.