Provide a way to specify extra command line options to lisp compiler for FASL_BUILD ports without touching CLISP/SBCL variables. The variable name comes from lang/sbcl. For example, lang/clisp doesn't support `sys::dynload-modules' because it has --with-dynamic-modules=no. To compile cl-stumpwm-clisp (ports/151318) one'd have to add following in Makefile LISP_EXTRA_ARG = -K full # in specific, full/clx.o
olgeni 2010-10-24 12:01:33 UTC FreeBSD ports repository Modified files: devel/cl-asdf bsd.cl-asdf.mk Log: Provide a way to specify extra command line options to lisp compiler for FASL_BUILD ports without touching CLISP/SBCL variables. PR: ports/151682 Submitted by: Anonymous <swell.k@gmail.com> Revision Changes Path 1.6 +4 -3 ports/devel/cl-asdf/bsd.cl-asdf.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!