Magellan Linux

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

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

revision 302 by niro, Fri Dec 19 09:20:21 2008 UTC revision 303 by niro, Mon Dec 22 10:15:51 2008 UTC
# Line 26  UP2DATE="updatecmd_gnu ${PNAME} gz" Line 26  UP2DATE="updatecmd_gnu ${PNAME} gz"
26    
27  src_compile()  src_compile()
28  {  {
29   mconfigure --with-shared --without-debug || die   # -hashed-db needs Berkeley DB
30     mconfigure --with-shared --without-debug --without-hashed-db || die
31     # fix parallel make builds
32     mmake -j1 sources || die
33   mmake || die   mmake || die
34  }  }
35    

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