Magellan Linux

Diff of /branches/magellan-next/core/pkgconfig/pkgconfig-0.26-r1.smage2

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

revision 7534 by niro, Thu May 26 16:03:46 2011 UTC revision 7535 by niro, Thu May 26 16:04:57 2011 UTC
# Line 20  sminclude mbuild Line 20  sminclude mbuild
20  SRC_URI=(  SRC_URI=(
21   http://pkgconfig.freedesktop.org/releases/${SRCFILE}   http://pkgconfig.freedesktop.org/releases/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-0.25-ac-regression.patch  
23  )  )
24    
25  # use pkg-config as tarballname  # use pkg-config as tarballname
26  UP2TARBALL="pkg-config"  UP2TARBALL="pkg-config"
27  UP2DATE="updatecmd_freedesktop ${PNAME} gz"  UP2DATE="updatecmd_freedesktop ${PNAME} gz"
28    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fixes a regression with >=autoconf-2.66, for more details see:  
  # http://thread.gmane.org/gmane.comp.sysutils.autoconf.general/13133/focus=13153  
  mpatch ${PNAME}-0.25-ac-regression.patch || die  
 }  
   
29  src_compile()  src_compile()
30  {  {
31   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.7534  
changed lines
  Added in v.7535