Magellan Linux

Diff of /branches/R11-unstable/extras/tdb/tdb-1.3.4-r1.smage2

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

revision 23584 by niro, Fri Jan 16 08:42:05 2015 UTC revision 23585 by niro, Fri Jan 16 08:42:44 2015 UTC
# Line 19  sminclude multilib Line 19  sminclude multilib
19  SRC_URI=(  SRC_URI=(
20   http://www.samba.org/ftp/${PNAME}/${SRCFILE}   http://www.samba.org/ftp/${PNAME}/${SRCFILE}
21   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${PNAME}-${PVER}-include-stdbool.h-in-tdb.h.patch   mirror://${PNAME}/${PNAME}-1.3.1-include-stdbool.h-in-tdb.h.patch
23  )  )
24    
25  UP2DATE="updatecmd http://www.samba.org/ftp/${PNAME}/ | grep '/${PNAME}-' | highesttarball gz"  UP2DATE="updatecmd http://www.samba.org/ftp/${PNAME}/ | grep '/${PNAME}-' | highesttarball gz"
# Line 29  src_prepare() Line 29  src_prepare()
29   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
30    
31   # fix a missing include   # fix a missing include
32   mpatch ${PNAME}-${PVER}-include-stdbool.h-in-tdb.h.patch || die   mpatch ${PNAME}-1.3.1-include-stdbool.h-in-tdb.h.patch || die
33  }  }
34    
35  src_compile()  src_compile()

Legend:
Removed from v.23584  
changed lines
  Added in v.23585