Magellan Linux

Diff of /branches/magellan-next/core/mesa/mesa-7.10.2-r1.smage2

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

revision 7724 by niro, Mon May 30 14:19:17 2011 UTC revision 7725 by niro, Mon May 30 14:22:08 2011 UTC
# Line 203  split_info_mesa-dri-unichrome() Line 203  split_info_mesa-dri-unichrome()
203  src_prepare()  src_prepare()
204  {  {
205   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
206   all-abis "oldmunpack ${MESA_PROGS_SRCFILE} && cp -R ${MESA_PROGS_SRCDIR}/* ${SRCDIR}-$(mabi)/" || die   all-abis "oldmunpack ${MESA_PROGS_SRCFILE}" || die
207    
208   # no debug code in the drives (gentoo)   # no debug code in the drives (gentoo)
209   all-abis 'find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;'   all-abis 'find src/mesa/drivers/dri -name *.[hc] -exec egrep -l "\#define\W+DO_DEBUG\W+1" {} \; | xargs sed -i -re "s/\#define\W+DO_DEBUG\W+1/\#define DO_DEBUG 0/" ;'
# Line 239  src_compile() Line 239  src_compile()
239   mmake || die   mmake || die
240    
241   # build mesa-progs   # build mesa-progs
242   mmake -C progs/xdemos glxinfo || die   mmake -C ${MESA_PROGS_SRCDIR}/progs/xdemos glxinfo || die
243   mmake -C progs/xdemos glxgears || die   mmake -C ${MESA_PROGS_SRCDIR}/progs/xdemos glxgears || die
244  }  }
245    
246  src_install_mesa()  src_install_mesa()
# Line 339  src_install_mesa() Line 339  src_install_mesa()
339    
340  src_install_mesa-progs()  src_install_mesa-progs()
341  {  {
342   all-abis minstallexec ${SRCDIR}-$(mabi)/progs/xdemos/glxgears || die   minstallexec ${MESA_PROGS_SRCDIR}/progs/xdemos/glxgears || die
343   all-abis minstallexec ${SRCDIR}-$(mabi)/progs/xdemos/glxinfo || die   minstallexec ${MESA_PROGS_SRCDIR}/progs/xdemos/glxinfo || die
344  }  }
345    
346  src_install_mesa-dri-swrast()  src_install_mesa-dri-swrast()

Legend:
Removed from v.7724  
changed lines
  Added in v.7725