From: Fredrik Fornwall Date: Tue, 22 Nov 2016 22:16:07 +0000 (-0500) Subject: racket: Format comments X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/6073310a1489b347c75f932c9586f136e40931f7?hp=c629f2b1fd2384c60e01f87bc24734f54baffa6d racket: Format comments --- diff --git a/disabled-packages/racket/build.sh b/disabled-packages/racket/build.sh index a12ef3c6..95e51a52 100644 --- a/disabled-packages/racket/build.sh +++ b/disabled-packages/racket/build.sh @@ -7,9 +7,11 @@ TERMUX_PKG_FOLDERNAME=racket-${TERMUX_PKG_VERSION} TERMUX_PKG_HOSTBUILD=true TERMUX_PKG_DEPENDS="libffi, libandroid-support" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-racket=$TERMUX_PKG_HOSTBUILD_DIR/racket/racketcgc" -# Building racket hits the 'the wrong gcc-problem' detailed at http://www.metastatic.org/text/libtool.html -# due to --tag=CC being used. To avoid that a cross libtool built in termux_step_post_extract_package() -# below and used due to this configure argument: +# Building racket hits the 'the wrong gcc-problem' detailed at +# http://www.metastatic.org/text/libtool.html +# due to --tag=CC being used. To avoid that a cross libtool +# built in termux_step_post_extract_package() below and used +# due to this configure argument: _CROSS_LIBTOOL_DIR=$TERMUX_PKG_CACHEDIR/libtool-cross-2.4.6-${TERMUX_HOST_PLATFORM} TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --enable-lt=$_CROSS_LIBTOOL_DIR/bin/${TERMUX_HOST_PLATFORM}-libtool"