Magellan Linux

Diff of /trunk/extras/emerald/emerald-0.8.4-r1.smage2

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

revision 4709 by niro, Sat Dec 26 23:26:45 2009 UTC revision 4710 by niro, Sat Dec 26 23:27:10 2009 UTC
# Line 32  SRC_URI=( Line 32  SRC_URI=(
32    
33  UP2DATE="updatecmd http://releases.compiz-fusion.org/ | grep '\][0-9]' | sed -n 's:.*\]\([0-9].*\)/.*:\1:;$ p'"  UP2DATE="updatecmd http://releases.compiz-fusion.org/ | grep '\][0-9]' | sed -n 's:.*\]\([0-9].*\)/.*:\1:;$ p'"
34    
35  # src_compile()  src_compile()
36  # {  {
37  # cd ${SRCDIR}   cd ${SRCDIR}
38  #  
39  # # fixes build issues on multilib systems   # fixes build issues on multilib systems
40  # if [[ $(mlibdir) != lib ]]   if [[ $(mlibdir) != lib ]]
41  # then   then
42  # export LDFLAGS="-L/$(mlibdir) -L/usr/$(mlibdir)"   export LDFLAGS="-L/$(mlibdir) -L/usr/$(mlibdir)"
43  # export PKG_CONFIG_PATH="/usr/$(mlibdir)/pkgconfig"   export PKG_CONFIG_PATH="/usr/$(mlibdir)/pkgconfig"
44  # fi   fi
45  #  
46  # mconfigure || die   mconfigure || die
47  # mmake || die   mmake || die
48  # }  }

Legend:
Removed from v.4709  
changed lines
  Added in v.4710