Alexey Dokuchaev <danfe@FreeBSD.org> writes:
> FreeBSD ports repository
>
> Modified files:
> lang/s9fes Makefile
> Log:
> Instead of marking this port as make jobs (-jX) unsafe, apply a trivial fix
> and also properly respect CC, CFLAGS, PREFIX, and LIBDIR.
TIMTOWTDI, one can just pass everything from MAKE_ENV
MAKE_ARGS= ${MAKE_ENV}
LIBDIR= ${DATADIR}
It has slight advantage of proper quoting, e.g. when ${CC} contains
distcc/ccache + compiler separated by space.
_______________________________________________
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"