Magellan Linux

Diff of /trunk/core/libfaad2/libfaad2-2.6.1-r2.smage2

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

revision 943 by niro, Sun Dec 28 22:11:00 2008 UTC revision 944 by niro, Sun Dec 28 22:19:21 2008 UTC
# Line 18  SRCDIR="${BUILDDIR}/${PNAME/lib/}" Line 18  SRCDIR="${BUILDDIR}/${PNAME/lib/}"
18  SRC_URI=(  SRC_URI=(
19   sourceforge://faac/${SRCFILE}   sourceforge://faac/${SRCFILE}
20   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${PNAME}-${PVER}-libtool22.patch
22  )  )
23    
24  UP2DATE="updatecmd_sourceforge faac ${PNAME/lib/}-src deep gz"  UP2DATE="updatecmd_sourceforge faac ${PNAME/lib/}-src deep gz"
# Line 27  src_prepare() Line 28  src_prepare()
28   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
29   cd ${SRCDIR}   cd ${SRCDIR}
30    
31     # fix build with libtool-2
32     mpatch ${PNAME}-${PVER}-libtool22.patch || die
33    
34   # create missing configure script   # create missing configure script
35   autoreconf --verbose --force --install || die   autoreconf --verbose --force --install || die
36  }  }

Legend:
Removed from v.943  
changed lines
  Added in v.944