Magellan Linux

Diff of /branches/R11-unstable/core/mpfr/mpfr-3.1.2-r6.smage2

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

revision 21960 by niro, Thu Aug 7 11:07:54 2014 UTC revision 21961 by niro, Thu Aug 7 11:19:38 2014 UTC
# Line 38  src_prepare() Line 38  src_prepare()
38    
39   if [[ -n ${PATCHLEVEL} ]]   if [[ -n ${PATCHLEVEL} ]]
40   then   then
41   mpatch ${PNAME}-${PVER}-p${PATCHLEVEL}.patch || die   # -Np1 is required, weird patch
42     mpatch -Np1 ${PNAME}-${PVER}-p${PATCHLEVEL}.patch || die
43   fi   fi
44  }  }
45    

Legend:
Removed from v.21960  
changed lines
  Added in v.21961