Magellan Linux

Diff of /trunk/extras/kdepim/kdepim-3.5.10-r2.smage2

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

revision 1634 by niro, Tue May 12 19:43:32 2009 UTC revision 1635 by niro, Tue May 12 20:30:28 2009 UTC
# Line 23  sminclude kde3 Line 23  sminclude kde3
23  SRC_URI=(  SRC_URI=(
24   kde://${PVER}/src/${SRCFILE}   kde://${PVER}/src/${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${PNAME}-${PVER}-fix-flock-redefinition.patch
27  )  )
28    
29  # note 1: disabled pda support -> extralibs must be included to enable  # note 1: disabled pda support -> extralibs must be included to enable
30  # libgnokii, libmal, pilot-link, gpm2 for crypt support (using built in)  # libgnokii, libmal, pilot-link, gpm2 for crypt support (using built in)
31    
32    src_prepare()
33    {
34     munpack ${SRCFILE} || die
35     cd ${SRCDIR}
36    
37     # fix compilation with gcc-4.3 and newer linux-headers
38     mpatch ${PNAME}-${PVER}-fix-flock-redefinition.patch || die
39    }

Legend:
Removed from v.1634  
changed lines
  Added in v.1635