1
0
forked from ports/contrib

nqp: fix compilation if parrot is build without ICU support

This commit is contained in:
Bartlomiej Palmowski 2013-12-22 23:25:40 +01:00
parent adf0e0e05e
commit 6fbdd71aa5

View File

@ -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