pkgsrc/lang/drscheme/patches/patch-af
groo 996a29aa6f Update DrScheme to 103p1. Changes include performance enhancements, minor
tweeks, and a new autoconf build system.

The package now conflicts with any installed version of mzscheme as it
builds with, and installs its own.
2001-09-05 03:52:47 +00:00

19 lines
589 B
Text

$NetBSD: patch-af,v 1.2 2001/09/05 03:52:47 groo Exp $
--- ../bin/mzc.orig Thu May 14 00:35:57 1998
+++ ../bin/mzc Sat Jan 8 23:21:59 2000
@@ -1,11 +1,9 @@
#!/bin/sh
-# This script was created by make-mzscheme-launcher
+# This script was modified for the NetBSD pkg system
if [ "$PLTHOME" = '' ] ; then
- PLTHOME=/usr/local/lib/plt
+ PLTHOME=XXXPREFIXXXX/lib/plt
export PLTHOME
fi
-SYS=`${PLTHOME}/bin/archsys`
-
-exec ${PLTHOME}/.bin/${SYS}/mzscheme '-mqvL' 'start.ss' 'compiler' '--' ${1+"$@"}
+exec ${PLTHOME}/bin/mzscheme '-mqvL' 'start.ss' 'compiler' '--' ${1+"$@"}