Magellan Linux

Diff of /trunk/core/lynx/lynx-2.8.8-r4.smage2

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

revision 31288 by niro, Thu Jun 21 09:44:37 2018 UTC revision 31289 by niro, Thu Jun 21 10:05:05 2018 UTC
# Line 28  SRC_URI=( Line 28  SRC_URI=(
28   https://invisible-mirror.net/archives/lynx/tarballs/${SRCFILE}   https://invisible-mirror.net/archives/lynx/tarballs/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
30   mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.patch   mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1.patch
31     mirror://${PNAME}/${PNAME}-${PVER}-ncurses61.patch
32  )  )
33    
34  UP2SEPERATOR="lynx"  UP2SEPERATOR="lynx"
# Line 39  src_prepare() Line 40  src_prepare()
40   cd ${SRCDIR}   cd ${SRCDIR}
41    
42   mpatch ${PNAME}-${PVER}-openssl-1.1.patch || die   mpatch ${PNAME}-${PVER}-openssl-1.1.patch || die
43     mpatch ${PNAME}-${PVER}-ncurses61.patch || die
44  }  }
45    
46  src_compile()  src_compile()

Legend:
Removed from v.31288  
changed lines
  Added in v.31289