aboutsummaryrefslogtreecommitdiff
path: root/depends/packages
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-04-02 16:45:26 +0200
committerCory Fields <cory-nospam-@coryfields.com>2016-04-21 13:40:51 -0400
commita6666b25c7fa196d3829f0df38104e0384408412 (patch)
treed1f10203e8d18b5477a141611724d43d6f0d4942 /depends/packages
parent59ad56851a342d2c62f6b38bf15002b23ab439e1 (diff)
downloadbitcoin-a6666b25c7fa196d3829f0df38104e0384408412.tar.xz
depends: mac deploy Py3 compatibility
This fixes the gitian MacOSX build, it was broken in #7723. The patch to `native_mac_alias` should probably make it upstream.
Diffstat (limited to 'depends/packages')
-rw-r--r--depends/packages/native_mac_alias.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/depends/packages/native_mac_alias.mk b/depends/packages/native_mac_alias.mk
index d117c1c9a3..85a8a402bf 100644
--- a/depends/packages/native_mac_alias.mk
+++ b/depends/packages/native_mac_alias.mk
@@ -5,6 +5,11 @@ $(package)_download_file=v$($(package)_version).tar.bz2
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
$(package)_sha256_hash=87ad827e66790028361e43fc754f68ed041a9bdb214cca03c853f079b04fb120
$(package)_install_libdir=$(build_prefix)/lib/python/dist-packages
+$(package)_patches=python3.patch
+
+define $(package)_preprocess_cmds
+ patch -p1 < $($(package)_patch_dir)/python3.patch
+endef
define $(package)_build_cmds
python setup.py build