--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi. The attached file lists some minor changes I had to make to get
scsh-0.6 from CVS to compile and run on OpenBSD-2.9. These changes were
mainly to please the OpenBSD make.
-Chad
--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="scsh.diff"
--- scsh-0.6.orig/Makefile.in Mon Oct 1 10:47:03 2001
+++ scsh-0.6/Makefile.in Thu Nov 1 12:05:54 2001
@@ -46,7 +46,8 @@
# BUILD_RUNNABLE has to be Scheme 48 0.53. This is used for builds directly
# out of the CVS repository.
# We cannot use Scsh here since -i is not understood.
-BUILD_RUNNABLE = /afs/wsi/i386_fbsd32/bin/scheme48
+#BUILD_RUNNABLE = /afs/wsi/i386_fbsd32/bin/scheme48
+BUILD_RUNNABLE = /usr/local/bin/scheme48
RUNNABLE = scsh
MANPAGE = $(RUNNABLE).$(manext)
LIB = $(libdir)/$(RUNNABLE)
@@ -55,10 +56,10 @@
# If make barfs on this include line, just comment it out. It's only
# really needed if you want to build the linker or rebuild initial.image.
-include $(srcdir)/build/filenames.make
+#include $(srcdir)/build/filenames.make
#
#NetBSD make wants to see this instead:
-#.include "$(srcdir)/build/filenames.make"
+.include "$(srcdir)/build/filenames.make"
# Static linker:
@@ -100,7 +101,8 @@
# Targets:
IMAGE = scheme48.image
-INITIAL = $(srcdir)/build/initial.image
+#INITIAL = $(srcdir)/build/initial.image
+INITIAL = build/initial.image
VM = scshvm
LIBCIG = cig/lib$(VM).a
CIG = cig/cig
--HcAYCG3uE/tztfnV--
|