diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-15 22:35:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-15 22:35:28 +0000 |
commit | cf1439c350a05332deff716d2962b8118ee6b08b (patch) | |
tree | 38821e695497551b413bfefd5ea2d4383f158042 /emulators/spim/files/patch-01 | |
parent | Upgrade, 1.19.2 -> 1.20. (diff) |
Upgrade to 5.9.
Closes PR: ports/2643
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
Diffstat (limited to 'emulators/spim/files/patch-01')
-rw-r--r-- | emulators/spim/files/patch-01 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/emulators/spim/files/patch-01 b/emulators/spim/files/patch-01 index 0c877164e959..e40fd1616982 100644 --- a/emulators/spim/files/patch-01 +++ b/emulators/spim/files/patch-01 @@ -1,10 +1,11 @@ ---- Imakefile.orig Tue Oct 10 10:20:07 1995 -+++ Imakefile Tue Oct 29 17:19:52 1996 +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 = /usr/unsup/lib +-TRAP_DIR = . +TRAP_DIR = $(PREFIX)/share/spim # Full path for the directory that will hold the executable files: @@ -17,7 +18,7 @@ # If you have flex, use it instead of lex. If you use flex, define this -@@ -163,8 +163,8 @@ +@@ -164,8 +164,8 @@ NormalProgramTarget(cl-spim_sub,$(CLOBJS),,,) NormalProgramTarget(cl-xspim_sub,$(XCLOBJS),$(DEPLIBS),$(LOCALLIBS),$(SYSLIBS)) @@ -28,7 +29,7 @@ InstallManPage(spim,$(MAN_DIR)) InstallManPage(xspim,$(MAN_DIR)) InstallNonExec(trap.handler,$(TRAP_DIR)) -@@ -290,7 +290,7 @@ +@@ -291,7 +291,7 @@ mv -f lex.yy.c.xx lex.yy.c depend:: |