pkgsrc/lang/drscheme/patches/patch-ah
kei 6c1697a655 fixed some build and installation issue. tested on 1.6D/i386.
- use buildlink2
- it needs MesaLib
- added missing entries into PLIST
- /usr/local, /usr/pkg --> ${PREFIX}
- modified the way of handling LDFLAGS
- and some minor stuff
2002-10-15 11:27:11 +00:00

14 lines
340 B
Text

$NetBSD: patch-ah,v 1.4 2002/10/15 11:27:11 kei Exp $
--- /dev/null Sat Aug 31 13:43:48 2002
+++ ../bin/mred Sat Aug 31 13:49:51 2002
@@ -0,0 +1,9 @@
+#!/bin/sh
+# This script was created by make-mzscheme-launcher
+
+if [ "$PLTHOME" = '' ] ; then
+ PLTHOME="@PREFIX@/lib/plt"
+ export PLTHOME
+fi
+
+exec "${PLTHOME}/bin/mred" ${1+"$@"}