nqp: fix a hack, which was not working

This commit is contained in:
Bartlomiej Palmowski 2013-12-23 19:27:40 +01:00
parent 6fbdd71aa5
commit 338a8b5fe6

View File

@ -10,7 +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
sed -i '1a#include <stdint.h>' src/vm/parrot/ops/nqp.ops
perl ./Configure.pl --prefix=/usr
make -j1
make DESTDIR=$PKG install