freebsd-ports/lang/sbcl/files/patch-make-target-contrib.sh
Jimmy Olgeni 70d0fcafa8 - Update to 1.0.40.0
- Patch a few files to use the exported LISP_EXTRA_ARG variable,
thus respecting --dynamic-space-size on every sbcl invocation.
Without this, the port fails to build even if DYNAMIC_SPACE_SIZE
is set to a proper value.

PR:		ports/149281
Submitted by:	olgeni
Approved by:	maintainer timeout (50 days)
2010-09-23 14:15:52 +00:00

14 lines
459 B
Bash

$FreeBSD$
--- make-target-contrib.sh.orig
+++ make-target-contrib.sh
@@ -32,7 +32,7 @@
SBCL_PWD=`echo $SBCL_PWD | sed s/\ /\\\\\\\\\ /g`
fi
-SBCL="$SBCL_PWD/src/runtime/sbcl --noinform --core $SBCL_PWD/output/sbcl.core \
+SBCL="$SBCL_PWD/src/runtime/sbcl ${LISP_EXTRA_ARG} --noinform --core $SBCL_PWD/output/sbcl.core \
--lose-on-corruption --disable-debugger --no-sysinit --no-userinit"
SBCL_BUILDING_CONTRIB=1
export SBCL SBCL_BUILDING_CONTRIB