Magellan Linux

Diff of /trunk/extras/wxgtk/wxgtk-2.8.10-r1.smage2

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

revision 3813 by niro, Wed Nov 4 11:27:30 2009 UTC revision 3814 by niro, Wed Nov 4 12:13:28 2009 UTC
# Line 33  sminclude mbuild Line 33  sminclude mbuild
33  SRC_URI=(  SRC_URI=(
34   sourceforge://wxwindows/${SRCFILE}   sourceforge://wxwindows/${SRCFILE}
35   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
36     mirror://${PNAME}/${PNAME}-${PVER}-glib-2.22-gsocket.patch
37  )  )
38    
39  UP2DATE="updatecmd_sourceforge wxwindows wxGTK"  UP2DATE="updatecmd_sourceforge wxwindows wxGTK"
40    
41    src_prepare()
42    {
43     munpack ${SRCFILE} || die
44     cd ${SRCDIR}
45    
46     # fixes compile issues with newer glib2 and gsocket.h
47     # see: http://trac.wxwidgets.org/ticket/10883
48     mpatch ${PNAME}-${PVER}-glib-2.22-gsocket.patch || die
49    }
50    
51  src_compile()  src_compile()
52  {  {
53   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.3813  
changed lines
  Added in v.3814