Magellan Linux

Diff of /branches/R11-stable/extras/slang/slang-2.2.4-r1.smage2

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

revision 22089 by niro, Mon Sep 1 13:57:16 2014 UTC revision 22090 by niro, Mon Sep 1 14:02:26 2014 UTC
# Line 24  sminclude multilib Line 24  sminclude multilib
24  SRC_URI=(  SRC_URI=(
25   ftp://ftp.fu-berlin.de/pub/unix/misc/${PNAME}/latest/${SRCFILE}   ftp://ftp.fu-berlin.de/pub/unix/misc/${PNAME}/latest/${SRCFILE}
26   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${PNAME}-2.1.3-slsh-libs.patch   mirror://${PNAME}/${PNAME}-2.2.4-slsh-libs.patch
28     mirror://${PNAME}/${PNAME}-2.2.4-memset.patch
29  )  )
30    
31  UP2DATE="updatecmd ftp://ftp.fu-berlin.de/pub/unix/misc/${PNAME}/latest | highesttarball"  UP2DATE="updatecmd ftp://ftp.fu-berlin.de/pub/unix/misc/${PNAME}/latest | highesttarball"
# Line 34  src_prepare() Line 35  src_prepare()
35   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
36    
37   # fix build of slsh libs   # fix build of slsh libs
38   mpatch ${PNAME}-2.1.3-slsh-libs.patch || die   mpatch ${PNAME}-2.2.4-slsh-libs.patch || die
39     # fix missing memset declaration for png
40     mpatch ${PNAME}-2.2.4-memset.patch || die
41  }  }
42    
43  src_compile()  src_compile()

Legend:
Removed from v.22089  
changed lines
  Added in v.22090