mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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:
parent
1d68c8a0f9
commit
7235af7a07
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'ponyc'
|
# Template file for 'ponyc'
|
||||||
pkgname=ponyc
|
pkgname=ponyc
|
||||||
version=0.32.0
|
version=0.33.2
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="llvm7"
|
hostmakedepends="llvm9 which"
|
||||||
makedepends="zlib-devel ncurses-devel libatomic-devel"
|
makedepends="zlib-devel ncurses-devel libatomic-devel libxml2-devel"
|
||||||
depends="libatomic-devel"
|
depends="libatomic-devel"
|
||||||
short_desc="OO, actor-model, capabilities-secure, high-performance language"
|
short_desc="OO, actor-model, capabilities-secure, high-performance language"
|
||||||
maintainer="Brian Mitchell <brian@strmpnk.co>"
|
maintainer="Brian Mitchell <brian@strmpnk.co>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://ponylang.org/"
|
homepage="https://ponylang.org/"
|
||||||
distfiles="https://github.com/ponylang/ponyc/archive/${version}.tar.gz"
|
distfiles="https://github.com/ponylang/ponyc/archive/${version}.tar.gz"
|
||||||
checksum=e8e070164ca0e4e41e606bde617ccab9cc64aa3dca8c79293635a6fdbcabf454
|
checksum=41ba573f16b4aecbcc39ec6d5b794185bf50e570b4a8f2cceef0a276e7fb50a3
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
vsed -e 's/-Werror //' -i Makefile
|
vsed -e 's/-Werror //' -i Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue