Magellan Linux

Diff of /smage/trunk/core/gettext/gettext-0.18.1.1-r3.smage2

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

revision 3638 by niro, Fri Jul 13 13:35:19 2012 UTC revision 3639 by niro, Fri Jul 13 13:52:46 2012 UTC
# Line 24  SRC_URI=( Line 24  SRC_URI=(
24   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
26   mirror://${PNAME}/${PNAME}-0.14.5-fix-race.patch   mirror://${PNAME}/${PNAME}-0.14.5-fix-race.patch
27     mirror://${PNAME}/${PNAME}-${PVER}-gnulib-gets.patch
28  )  )
29    
30  UP2DATE="updatecmd_gnu ${PNAME} gz"  UP2DATE="updatecmd_gnu ${PNAME} gz"
# Line 34  src_prepare() Line 35  src_prepare()
35    
36   # fixes a race condition with opts >= -j2   # fixes a race condition with opts >= -j2
37   mpatch ${PNAME}-0.14.5-fix-race.patch || die   mpatch ${PNAME}-0.14.5-fix-race.patch || die
38    
39     # fix ftbfs with newer glibc (>=2.16)
40     mpatch ${PNAME}-${PVER}-gnulib-gets.patch || die
41  }  }
42    
43  src_compile()  src_compile()

Legend:
Removed from v.3638  
changed lines
  Added in v.3639