Magellan Linux

Diff of /smage/branches/alx07x-unstable/extras/python3/python3-3.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12911 by niro, Thu Nov 22 12:55:10 2018 UTC revision 12912 by niro, Thu Nov 22 13:31:25 2018 UTC
# Line 74  src_prepare() Line 74  src_prepare()
74    
75   only-m64 mpatch python-3.7.1-lib64.patch || die   only-m64 mpatch python-3.7.1-lib64.patch || die
76    
77   # ensure to use system-wide copies of expat, zlib and libffi   # ensure to use system-wide copies of expat, libmpdec and libffi
78   # rather than copies shipped in the tarball   # rather than copies shipped in the tarball
79   all-abis 'rm -r Modules/expat || die'   all-abis 'rm -r Modules/expat || die'
  all-abis 'rm -r Modules/zlib || die'  
80   all-abis 'rm -r Modules/_ctypes/{darwin,libffi}* || die'   all-abis 'rm -r Modules/_ctypes/{darwin,libffi}* || die'
81     all-abis 'rm -r Modules/_decimal/libmpdec || die'
82  }  }
83    
84  src_compile()  src_compile()

Legend:
Removed from v.12911  
changed lines
  Added in v.12912