diff options
author | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2013-12-23 19:27:40 +0100 |
---|---|---|
committer | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2013-12-23 19:27:40 +0100 |
commit | 338a8b5fe622c74939abb4fb724187d3e246a0fe (patch) | |
tree | 979c53e4e4be8e260db10bf7ddf72bc18a085d9b /nqp | |
parent | 6fbdd71aa54bd7f2fdfe8ffa7eff7abe8db2cc07 (diff) | |
download | contrib-338a8b5fe622c74939abb4fb724187d3e246a0fe.tar.gz contrib-338a8b5fe622c74939abb4fb724187d3e246a0fe.tar.xz |
nqp: fix a hack, which was not working
Diffstat (limited to 'nqp')
-rw-r--r-- | nqp/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nqp/Pkgfile b/nqp/Pkgfile index ef53ac738..85c5cbea8 100644 --- a/nqp/Pkgfile +++ b/nqp/Pkgfile @@ -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 |