mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
calc: rebuild with readline8.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user