Magellan Linux

Diff of /trunk/core/ncurses/ncurses-5.7-r1.smage2

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

revision 303 by niro, Mon Dec 22 10:15:51 2008 UTC revision 308 by niro, Mon Dec 22 11:38:26 2008 UTC
# Line 20  sminclude mtools multilib Line 20  sminclude mtools multilib
20  SRC_URI=(  SRC_URI=(
21   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${PNAME}-${PVER}-branch-update-20081213.patch
24  )  )
25    
26  UP2DATE="updatecmd_gnu ${PNAME} gz"  UP2DATE="updatecmd_gnu ${PNAME} gz"
27    
28    src_prepare()
29    {
30     munpack ${SRCFILE} || die
31     mpatch ${PNAME}-${PVER}-branch-update-20081213.patch || die
32    }
33    
34  src_compile()  src_compile()
35  {  {
36     # fixes build issues on multilib; do not export any ABI_LDFLAGS
37     EXPORT_ABI_LDFLAGS=false
38    
39   # -hashed-db needs Berkeley DB   # -hashed-db needs Berkeley DB
40   mconfigure --with-shared --without-debug --without-hashed-db || die   mconfigure --with-shared --without-debug --without-hashed-db || die
41   # fix parallel make builds   # fix parallel make builds

Legend:
Removed from v.303  
changed lines
  Added in v.308