da746ae526
compiler included. Uses the boehm garbage collector. A big thanks goes to all who made devel/boehm-gc available. Modifying patches for a specific use is much easier than reinventing them! Note: I've marked this as i386-only, since it acted a little flacky on alpha and sparc. In theory support for at least those platforms supported by the garbage collector is possible. You are welcome to try.
13 lines
535 B
Text
13 lines
535 B
Text
$NetBSD: patch-al,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $
|
|
|
|
--- ../../install.orig Mon Aug 9 16:39:17 1999
|
|
+++ ../../install Sun Jan 9 02:17:40 2000
|
|
@@ -60,7 +60,7 @@
|
|
# PLTHOME=<newpath>
|
|
# where <newpath> is provided to this script
|
|
|
|
- PROGRAM="/set PLTHOME=.*/ { print \" set PLTHOME=$installplthome\"; next } /PLTHOME=.*/ { print \" PLTHOME=$installplthome\"; next } /.*/ {print} "
|
|
+ PROGRAM="/PLTHOME=.*/ { print \" PLTHOME=${PREFIX}/lib/plt\"; next } /.*/ {print} "
|
|
|
|
for f in bin/* ; do
|
|
if [ -f $f ] ; then
|