Magellan Linux

Diff of /branches/magellan-next/extras/nxclient/nxclient-3.5.0-r2.smage2

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

revision 7992 by niro, Mon Jun 27 22:50:12 2011 UTC revision 7993 by niro, Tue Jun 28 14:52:53 2011 UTC
# Line 64  SRC_URI=( Line 64  SRC_URI=(
64   mirror://${PNAME}/${NXCOMPSH_SRCFILE}   mirror://${PNAME}/${NXCOMPSH_SRCFILE}
65   mirror://${PNAME}/nxclient-wrapper   mirror://${PNAME}/nxclient-wrapper
66   mirror://${PNAME}/nxcompsh-3.4.0-gcc43.patch   mirror://${PNAME}/nxcompsh-3.4.0-gcc43.patch
67     mirror://${PNAME}/nxcomp-3.5.0-libpng15.patch
68  )  )
69    
70  UP2DATE="updatecmd ${HOMEPAGE}/sources.php | grep nx-X11 | sed 's/.*nx-X11-\(.*\)-.*/\1/;q'"  UP2DATE="updatecmd ${HOMEPAGE}/sources.php | grep nx-X11 | sed 's/.*nx-X11-\(.*\)-.*/\1/;q'"
# Line 78  src_prepare() Line 79  src_prepare()
79   # fix some compile issues with gcc >=4.3   # fix some compile issues with gcc >=4.3
80   cd ${NXCOMPSH_SRCDIR}   cd ${NXCOMPSH_SRCDIR}
81   mpatch nxcompsh-3.4.0-gcc43.patch || die   mpatch nxcompsh-3.4.0-gcc43.patch || die
82    
83     # fix build issues against libpng-1.5
84     cd ${NXCOMP_SRCDIR}
85     mpatch nxcomp-3.5.0-libpng15.patch || die
86  }  }
87    
88  src_compile()  src_compile()

Legend:
Removed from v.7992  
changed lines
  Added in v.7993