diff options
author | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2013-12-29 12:14:11 +0100 |
---|---|---|
committer | Bartlomiej Palmowski <rotwang@crux.org.pl> | 2013-12-29 12:14:11 +0100 |
commit | c17636c7ebf8ed79497b32907558faf6cc258692 (patch) | |
tree | c00ef48e492214568688682a2f7632399cb895e5 /nqp | |
parent | 4770cf5c3aa24f19e5f4a2c179b7d8127edf11b8 (diff) | |
download | contrib-c17636c7ebf8ed79497b32907558faf6cc258692.tar.gz contrib-c17636c7ebf8ed79497b32907558faf6cc258692.tar.xz |
nqp: 2013.11 -> 2013.12.1
Diffstat (limited to 'nqp')
-rw-r--r-- | nqp/.md5sum | 2 | ||||
-rw-r--r-- | nqp/Pkgfile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/nqp/.md5sum b/nqp/.md5sum index 400b4b030..7016200d7 100644 --- a/nqp/.md5sum +++ b/nqp/.md5sum @@ -1 +1 @@ -4528cbd58f4b095dafcbae25881a16d9 2013.11.tar.gz +c0e57538d7a52113fada049cab629412 2013.12.1.tar.gz diff --git a/nqp/Pkgfile b/nqp/Pkgfile index 85c5cbea8..33f66aed1 100644 --- a/nqp/Pkgfile +++ b/nqp/Pkgfile @@ -4,13 +4,12 @@ # Depends on: parrot name=nqp -version=2013.11 +version=2013.12.1 release=1 source=(https://github.com/perl6/$name/archive/$version.tar.gz) build() { cd $name-$version - sed -i '1a#include <stdint.h>' src/vm/parrot/ops/nqp.ops perl ./Configure.pl --prefix=/usr make -j1 make DESTDIR=$PKG install |