forked from ports/contrib
nqp: fix a hack, which was not working
This commit is contained in:
parent
6fbdd71aa5
commit
338a8b5fe6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user