summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-26 03:07:16 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-26 03:07:16 +0300
commit27448b615716291c561ebb8f91b38c29024c86ad (patch)
tree4f09ae10e9f0d5da3e0cc283224837fa01993daf /packages
parent24ae7aea78b5f184ee2ffba085c09b0e7ca9fb65 (diff)
parent85c928c3fd96018ca5ca6d27dc7ffa7b63764fa2 (diff)
downloadspm-manaplus.tar.gz
spm-manaplus.tar.bz2
spm-manaplus.tar.xz
spm-manaplus.zip
Merge branch 'master' into manaplusmanaplus
Diffstat (limited to 'packages')
-rw-r--r--packages/libbacktrace.sh11
-rw-r--r--packages/python2.sh3
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/libbacktrace.sh b/packages/libbacktrace.sh
new file mode 100644
index 0000000..bba0dd8
--- /dev/null
+++ b/packages/libbacktrace.sh
@@ -0,0 +1,11 @@
+# original library broken in configure
+#SRCURL=https://github.com/ianlancetaylor/libbacktrace.git
+# using patched version
+SRCURL=https://github.com/4144/libbacktrace.git
+
+ENV_PATH="lib:include"
+ENV_LD_LIBRARY_PATH="lib"
+ENV_LDFLAGS_PATH="lib"
+ENV_CPPFLAGS_PATH="include"
+
+BUILD_TYPE="automake"
diff --git a/packages/python2.sh b/packages/python2.sh
new file mode 100644
index 0000000..8d72aec
--- /dev/null
+++ b/packages/python2.sh
@@ -0,0 +1,3 @@
+include "python"
+
+DEFAULT_BRANCH="2.7"