asymptote: Bump to 2.84

This commit is contained in:
Tee KOBAYASHI 2023-01-24 17:33:50 +09:00 committed by xtkoba
parent fef3d4ab24
commit 43f872965b
2 changed files with 9 additions and 9 deletions

View File

@ -2,13 +2,13 @@ TERMUX_PKG_HOMEPAGE=https://asymptote.sourceforge.io/
TERMUX_PKG_DESCRIPTION="A powerful descriptive vector graphics language for technical drawing"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=(2.83)
TERMUX_PKG_VERSION=(2.84)
TERMUX_PKG_VERSION+=(0.9.9.8)
TERMUX_PKG_SRCURL=(https://downloads.sourceforge.net/asymptote/asymptote-${TERMUX_PKG_VERSION}.src.tgz
https://github.com/g-truc/glm/archive/${TERMUX_PKG_VERSION[1]}.tar.gz)
TERMUX_PKG_SHA256=(fe3ca71f49e59e68633887c41613c08abd82a749fcac30353970ac7081b388a3
TERMUX_PKG_SHA256=(6765702d04b8121ca4e49f4b0d23244e623c904981f3588bc4210f0d696dccdb
7d508ab72cb5d43227a3711420f06ff99b0a0cb63ee2f93631b162bfe1fe9592)
TERMUX_PKG_DEPENDS="libc++, libtirpc, zlib"
TERMUX_PKG_DEPENDS="fftw, libc++, libtirpc, zlib"
TERMUX_PKG_BUILD_DEPENDS="ncurses-static, readline-static"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="

View File

@ -1,9 +1,9 @@
--- a/configure
+++ b/configure
@@ -5911,7 +5911,7 @@
if eval \${$as_ac_File+:} false; then :
$as_echo_n "(cached) " >&6
else
then :
printf %s "(cached) " >&6
else $as_nop
- test "$cross_compiling" = yes &&
+ false &&
as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
@ -24,6 +24,6 @@
-if test "x$GCDIR" != "x" ; then
+if false; then
as_ac_File=`$as_echo "ac_cv_file_$GCDIR.tar.gz" | $as_tr_sh`
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $GCDIR.tar.gz" >&5
$as_echo_n "checking for $GCDIR.tar.gz... " >&6; }
as_ac_File=`printf "%s\n" "ac_cv_file_$GCDIR.tar.gz" | $as_tr_sh`
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $GCDIR.tar.gz" >&5
printf %s "checking for $GCDIR.tar.gz... " >&6; }