diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-04-02 16:45:26 +0200 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-04-21 13:40:51 -0400 |
| commit | a6666b25c7fa196d3829f0df38104e0384408412 (patch) | |
| tree | d1f10203e8d18b5477a141611724d43d6f0d4942 /depends/packages/native_mac_alias.mk | |
| parent | Merge #7912: Tests: Fix deserialization of reject messages (diff) | |
| download | discoin-a6666b25c7fa196d3829f0df38104e0384408412.tar.xz discoin-a6666b25c7fa196d3829f0df38104e0384408412.zip | |
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/native_mac_alias.mk')
| -rw-r--r-- | depends/packages/native_mac_alias.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/depends/packages/native_mac_alias.mk b/depends/packages/native_mac_alias.mk index d117c1c9a..85a8a402b 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 |