pkgsrc/lang/drscheme/patches/patch-dd
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
594 B
Text

$NetBSD: patch-dd,v 1.2 2001/09/05 03:52:48 groo Exp $
--- ../bin/drscheme-jr.orig Sat May 20 16:34:38 2000
+++ ../bin/drscheme-jr Sat May 20 16:35:23 2000
@@ -1,11 +1,10 @@
#!/bin/sh
# This script was created by make-mzscheme-launcher
+# and 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' 'go.ss' 'drscheme-jr' '--' ${1+"$@"}
+exec ${PLTHOME}/bin/mzscheme '-mqvL' 'go.ss' 'drscheme-jr' '--' ${1+"$@"}