The maxima build needs some special-case hacking on amd64 with
clozurecl. Thanks to slyfox for the patch.
Closes: https://bugs.gentoo.org/665364
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
if [ ${CONF} = . ]; then
CONF=${LISPS[${n}]}
fi
+ if [[ ${CONF} == ccl ]]; then
+ # 64-bit version of clozurecl is enabled
+ # by --enable-ccl64, not by --enable-ccl.
+ # bug #665364
+ use amd64 && CONF=ccl64
+ fi
CONFS="${CONFS} --enable-${CONF}"
done
+ # Gentoo calls 'ccl' both 32-bit and 64-bit version of clozurecl.
+ # bug #665364
+ CONFS="${CONFS} --with-ccl64=ccl"
+
# enable existing translated doc
if use nls; then
for lang in ${LANGS}; do