freebsd-ports/emulators/spim/files/patch-01
David E. O'Brien 1119f1797d "Update" to version 6.2.
6.2 is missing the following functionality that version 5.9 had:
* Can also read and run MIPS a.out files (when compiled on a MIPS system)
* Includes an optional extension by Anne Rogers and Scott Rosenberg of
  Princeton that performs a cycle-by-cycle MIPS simulation that exposes
  the hardware pipeline.

PR:		10454,21493
2000-11-13 12:26:50 +00:00

29 lines
761 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

diff -ru Imakefile.orig Imakefile
--- Imakefile.orig Fri Sep 20 22:44:50 1996
+++ Imakefile Mon Feb 3 11:26:40 1997
@@ -57,13 +57,13 @@
#
# Full path for directory that will hold the trap handler file:
-TRAP_DIR = .
+TRAP_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
@@ -291,7 +291,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.