forked from ports/contrib
nqp: fix compilation if parrot is build without ICU support
This commit is contained in:
parent
adf0e0e05e
commit
6fbdd71aa5
@ -10,6 +10,7 @@ source=(https://github.com/perl6/$name/archive/$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
sed -i '1i#include <stdint.h>' src/vm/parrot/ops/nqp.ops
|
||||
perl ./Configure.pl --prefix=/usr
|
||||
make -j1
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user