Magellan Linux

Diff of /branches/R11-unstable/extras/wxgtk/wxgtk-2.8.12.1-r4.smage2

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

revision 29237 by niro, Tue May 30 11:53:37 2017 UTC revision 29238 by niro, Tue May 30 12:53:50 2017 UTC
# Line 35  SRC_URI=( Line 35  SRC_URI=(
35   #sourceforge://wxwindows/${SRCFILE}   #sourceforge://wxwindows/${SRCFILE}
36   sourceforge://wxpython/${SRCFILE}   sourceforge://wxpython/${SRCFILE}
37   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
38     mirror://${PNAME}/${PNAME}-${PVER}-fix-c++14.patch
39  )  )
40    
41  UP2DATE="updatecmd_sourceforge wxpython wxPython"  UP2DATE="updatecmd_sourceforge wxpython wxPython"
42    
43    src_prepare()
44    {
45     munpack ${SRCFILE} || die
46     cd ${SRCDIR}
47    
48     # fix ftbfs
49     mpatch ${PNAME}-${PVER}-fix-c++14.patch || die
50    }
51    
52  src_compile()  src_compile()
53  {  {
54   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.29237  
changed lines
  Added in v.29238