diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-06 21:22:01 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-06 21:22:01 +0000 |
commit | 3446cddc6903d362d203ed27b6cfea638e85a282 (patch) | |
tree | b26714e3de01d3d9e298faf4b556598bd3642e34 /lang/clisp/files/patch-clisp-link.in | |
parent | Update to 1.236 (diff) |
- Update to 2.33.2
- Unorphaning the port
PR: ports/77624
Submitted by: Jakub Rehor <jakub@rehor.net>
Diffstat (limited to 'lang/clisp/files/patch-clisp-link.in')
-rw-r--r-- | lang/clisp/files/patch-clisp-link.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/clisp/files/patch-clisp-link.in b/lang/clisp/files/patch-clisp-link.in deleted file mode 100644 index a71a7248a461..000000000000 --- a/lang/clisp/files/patch-clisp-link.in +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 |