calc: rebuild with readline8.

This commit is contained in:
Jérôme Duval
2019-12-03 18:39:41 +01:00
committed by GitHub
parent 29f6a6a494
commit d3df76f502

View File

@@ -9,7 +9,7 @@ evaluated."
HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/"
COPYRIGHT="1999-2017 Landon Curt Noll"
LICENSE="GNU LGPL v2.1"
REVISION="2"
REVISION="3"
SOURCE_URI="http://www.isthe.com/chongo/src/calc/calc-$portVersion.tar.bz2"
CHECKSUM_SHA256="3a4f1acde15941048214f393beb97f9e12fc1ef2585fe0ab026e93ebcd19dd46"
PATCHES="calc-$portVersion.patchset"
@@ -53,8 +53,8 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libreadline$secondaryArchSuffix
devel:libhistory$secondaryArchSuffix
devel:libreadline$secondaryArchSuffix >= 8
devel:libhistory$secondaryArchSuffix >= 8
devel:libncurses$secondaryArchSuffix
"
if [ -n "$secondaryArchSuffix" ]; then