summaryrefslogtreecommitdiff
path: root/nqp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'nqp/Pkgfile')
-rw-r--r--nqp/Pkgfile3
1 files changed, 1 insertions, 2 deletions
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

Generated by cgit