freebsd-ports/lang/clisp/files/patch-clisp-link.in
Ying-Chieh Liao 0adbe83b87 upgrade to 2.30
pass maintainership

PR:		46843
Submitted by:	Henrik Motakef <henrik.motakef@web.de> (new maintainer)
2003-01-08 10:32:41 +00:00

20 lines
1.1 KiB
Text

--- src/clisp-link.in.orig Sun Jan 5 18:38:36 2003
+++ src/clisp-link.in Sun Jan 5 18:39:24 2003
@@ -282,7 +282,7 @@
verbose "$destinationdir"/${LISPRUN} -B "$installbasedir" -M "$lispinitdir"/lispinit.mem -norc -q -i $to_load -x "(saveinitmem \"$destinationdir/lispinit.mem\")"
# Generate new makevars
LIBS=`echo $LIBS | sed s/','/'\\,'/g`
- sed -e "s,^LIBS=.*\$,LIBS='${LIBS}'," -e "s,^FILES=.*\$,FILES='${FILES}'," < "$sourcedir"/makevars > "$destinationdir"/makevars
+ sed -e "s;^LIBS=.*\$;LIBS='${LIBS}';" -e "s;^FILES=.*\$;FILES='${FILES}';" < "$sourcedir"/makevars > "$destinationdir"/makevars
# Done.
trap '' 1 2 15
;;
@@ -421,7 +421,7 @@
fi
# Generate new makevars
LIBS=`echo $LIBS | sed s/','/'\\,'/g`
- sed -e "s,^LIBS=.*\$,LIBS='${LIBS}'," -e "s,^FILES=.*\$,FILES='${FILES}'," < "$sourcedir"/makevars > "$destinationdir"/makevars
+ sed -e "s;^LIBS=.*\$;LIBS='${LIBS}';" -e "s;^FILES=.*\$;FILES='${FILES}';" < "$sourcedir"/makevars > "$destinationdir"/makevars
fi
# Done.
trap '' 1 2 15