Magellan Linux

Diff of /branches/R11-unstable/include/xfce.sminc

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

trunk/core/include/xfce.sminc revision 5716 by niro, Sat Aug 7 12:21:04 2010 UTC branches/magellan-next/include/xfce.sminc revision 6654 by niro, Tue Sep 14 16:46:32 2010 UTC
# Line 26  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} Line 26  SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS}
26  xfce_configure()  xfce_configure()
27  {  {
28   local configure_opts="$@"   local configure_opts="$@"
29   mconfigure ${configure_opts} || die   mconfigure \
30     --libexecdir=/usr/$(mlibdir)/${PNAME} \
31     --with-html-dir=/usr/share/doc/${PNAME}-${PVER}/html \
32     --disable-debug \
33     --disable-static \
34     ${configure_opts} \
35     || die
36  }  }
37    
38  xfce_src_prepare()  xfce_src_prepare()
# Line 37  xfce_src_prepare() Line 43  xfce_src_prepare()
43  xfce_src_compile()  xfce_src_compile()
44  {  {
45   cd ${SRCDIR}   cd ${SRCDIR}
46   xfce_configure --disable-debug --disable-static || die  
47     xfce_configure || die
48   mmake ${XFCE_MAKE_OPTS} || die   mmake ${XFCE_MAKE_OPTS} || die
49  }  }
50    

Legend:
Removed from v.5716  
changed lines
  Added in v.6654