1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-26 15:27:07 +00:00

calc: update to 2.12.7.6

This commit is contained in:
Leonid Pliushch 2021-02-04 20:01:37 +00:00
parent f038d3f4ec
commit 68410f0576
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 14 additions and 3 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=http://www.isthe.com/chongo/tech/comp/calc/
TERMUX_PKG_DESCRIPTION="Arbitrary precision console calculator"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.12.7.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=2.12.7.6
TERMUX_PKG_SRCURL=http://www.isthe.com/chongo/src/calc/calc-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=57af44181ca3af7348c82ee628cfd221677a09fef11a29d2e5667726d5aafc90
TERMUX_PKG_SHA256=3e0f27bd6f910f2d556fe5e0fb9b670f16445640fcd157101b26556b2abccec9
TERMUX_PKG_DEPENDS="ncurses, ncurses-ui-libs, readline"
TERMUX_PKG_BUILD_IN_SRC=true

View File

@ -0,0 +1,12 @@
diff -uNr calc-2.12.7.6/Makefile calc-2.12.7.6.mod/Makefile
--- calc-2.12.7.6/Makefile 2021-02-03 20:52:43.000000000 +0000
+++ calc-2.12.7.6.mod/Makefile 2021-02-04 20:00:47.075344477 +0000
@@ -1122,7 +1122,7 @@
# CCMISC and preceed EXTRA_CFLAGS.
#
ARCH_CFLAGS= -march=native
-#ARCH_CFLAGS=
+ARCH_CFLAGS=
# COMMON_CFLAGS are the common ${CC} flags used for all programs, both
# intermediate and final calc and calc related programs