ponyc: update to 0.33.2.

Updated to LLVM 9 now that ponyc uses it.

Adds which as the makefile uses it regardless of whether LLVM_CONFIG is
set, resulting in an error because it cannot find an llvm-config.
This commit is contained in:
Noel Cower 2020-02-02 19:29:27 -08:00 committed by Helmut Pozimski
parent 1d68c8a0f9
commit 7235af7a07

View file

@ -1,18 +1,18 @@
# Template file for 'ponyc'
pkgname=ponyc
version=0.32.0
version=0.33.2
revision=1
archs="x86_64"
build_style=gnu-makefile
hostmakedepends="llvm7"
makedepends="zlib-devel ncurses-devel libatomic-devel"
hostmakedepends="llvm9 which"
makedepends="zlib-devel ncurses-devel libatomic-devel libxml2-devel"
depends="libatomic-devel"
short_desc="OO, actor-model, capabilities-secure, high-performance language"
maintainer="Brian Mitchell <brian@strmpnk.co>"
license="BSD-2-Clause"
homepage="https://ponylang.org/"
distfiles="https://github.com/ponylang/ponyc/archive/${version}.tar.gz"
checksum=e8e070164ca0e4e41e606bde617ccab9cc64aa3dca8c79293635a6fdbcabf454
checksum=41ba573f16b4aecbcc39ec6d5b794185bf50e570b4a8f2cceef0a276e7fb50a3
do_build() {
vsed -e 's/-Werror //' -i Makefile