Magellan Linux

Diff of /smage/trunk/extras/python3/python3-3.7.9-r1.smage2

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

revision 15359 by niro, Fri Aug 28 06:12:29 2020 UTC revision 15360 by niro, Fri Aug 28 06:13:44 2020 UTC
# Line 77  src_prepare() Line 77  src_prepare()
77    
78   only-m64 mpatch python-3.7.1-lib64.patch || die   only-m64 mpatch python-3.7.1-lib64.patch || die
79    
80   # ensure to use system-wide copies of expat, libmpdec and libffi   # ensure to use system-wide copies of expat and libffi
81   # rather than copies shipped in the tarball   # rather than copies shipped in the tarball
82   all-abis 'rm -r Modules/expat || die'   all-abis 'rm -r Modules/expat || die'
83   all-abis 'rm -r Modules/_ctypes/{darwin,libffi}* || die'   all-abis 'rm -r Modules/_ctypes/{darwin,libffi}* || die'
  #all-abis 'rm -r Modules/_decimal/libmpdec || die'  
84  }  }
85    
86  src_compile()  src_compile()

Legend:
Removed from v.15359  
changed lines
  Added in v.15360