Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/xorg/xorg-7.6.1-r1.smage2

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

revision 1809 by niro, Tue Apr 19 11:45:40 2011 UTC revision 1811 by niro, Tue Apr 19 12:20:20 2011 UTC
# Line 717  src_compile() Line 717  src_compile()
717   # export makedepend for mesa   # export makedepend for mesa
718   if [[ ${i} = MESA ]]   if [[ ${i} = MESA ]]
719   then   then
720   export MAKEDEPEND="${MAKEDEPEND_SRCDIR}/makedepend"   export ac_cv_path_MKDEP="${MAKEDEPEND_SRCDIR}/makedepend"
721   else   else
722   unset MAKEDEPEND   unset ac_cv_path_MKDEP
723   fi   fi
724    
725   mysrcdir=$(eval echo \${${i}_SRCDIR})   mysrcdir=$(eval echo \${${i}_SRCDIR})

Legend:
Removed from v.1809  
changed lines
  Added in v.1811