summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2013-09-25 22:43:49 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2013-09-25 22:43:49 +0000
commita6ee84946475c1fb7624973af28163f6da247c0d (patch)
treeb9858c3896d5004bffb3c6bb968c14b7711cbabd
parent0aa065b03b5570f916ccf23c1163a6ae581f40c7 (diff)
downloadnspr-hg-baserock/morph.tar.gz
Add morph file.baserock/morph
-rw-r--r--nspr.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/nspr.morph b/nspr.morph
new file mode 100644
index 00000000..dc3ddb72
--- /dev/null
+++ b/nspr.morph
@@ -0,0 +1,8 @@
+{
+ "name": "nspr",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./configure --prefix=$PREFIX --with-mozilla --with-pthreads $([ $(uname -m) = x86_64 ] && echo --enable-64bit)"
+ ]
+}