Magellan Linux

Diff of /trunk/extras/xfce4-screenshooter/xfce4-screenshooter-1.8.0-r2.smage2

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

revision 10817 by niro, Fri Feb 3 22:25:15 2012 UTC revision 10818 by niro, Fri Feb 3 22:41:42 2012 UTC
# Line 19  DEPEND=">= sys-libs/libstdc++-4.6 Line 19  DEPEND=">= sys-libs/libstdc++-4.6
19  sminclude xfce  sminclude xfce
20    
21  UP2DATE="updatecmd_xfce ${PNAME}"  UP2DATE="updatecmd_xfce ${PNAME}"
22    
23    src_prepare()
24    {
25     munpack ${SRCFILE} || die
26     cd ${SRCDIR}
27     # fix a build issues with as-needed
28     sed -i "s:@XFIXES_LIBS@:@XFIXES_LIBS@ -lm:g" Makefile.{in,am} || die
29    }

Legend:
Removed from v.10817  
changed lines
  Added in v.10818