Magellan Linux

Diff of /trunk/core/argon2/argon2-20190702-r1.smage2

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

revision 32927 by niro, Mon Oct 7 06:35:55 2019 UTC revision 32928 by niro, Mon Oct 7 06:43:25 2019 UTC
# Line 31  src_prepare() Line 31  src_prepare()
31    
32   # fix libdir   # fix libdir
33   all-abis 'sed -i "s:^\(LIBRARY_REL =\).*:\1 $(mlibdir):"' ${SRCDIR}-$(mabi)/Makefile || die   all-abis 'sed -i "s:^\(LIBRARY_REL =\).*:\1 $(mlibdir):"' ${SRCDIR}-$(mabi)/Makefile || die
34    
35     # suppress errors if symlinks exists
36     all-abis 'sed -i "s:ln -s:ln -snf:g"' ${SRCDIR}-$(mabi)/Makefile || die
37  }  }
38    
39  src_compile()  src_compile()

Legend:
Removed from v.32927  
changed lines
  Added in v.32928