Magellan Linux

Diff of /trunk/core/fam/fam-2.7.0-r10.smage2

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

revision 1531 by niro, Sun May 10 19:15:17 2009 UTC revision 1532 by niro, Sun May 10 21:48:23 2009 UTC
# Line 28  SRC_URI=( Line 28  SRC_URI=(
28   mirror://${PNAME}/${PNAME}-${PVER}-dnotify.patch   mirror://${PNAME}/${PNAME}-${PVER}-dnotify.patch
29   mirror://${PNAME}/${PNAME}-${PVER}-limits.patch   mirror://${PNAME}/${PNAME}-${PVER}-limits.patch
30   mirror://${PNAME}/${PNAME}-${PVER}-gcc41.patch   mirror://${PNAME}/${PNAME}-${PVER}-gcc41.patch
31     mirror://${PNAME}/${PNAME}-${PVER}-gcc43.patch
32  )  )
33    
34  # fake it  # fake it
# Line 50  src_prepare() Line 51  src_prepare()
51   # fix gcc 4.1 issues   # fix gcc 4.1 issues
52   mpatch ${PNAME}-${PVER}-gcc41.patch || die   mpatch ${PNAME}-${PVER}-gcc41.patch || die
53    
54     # fix gcc 4.3 issues
55     mpatch ${PNAME}-${PVER}-gcc43.patch || die
56    
57   # listen only to local networks   # listen only to local networks
58   sed -i "s:^\(local_only =\).*:\1 true:g" conf/fam.conf || die   sed -i "s:^\(local_only =\).*:\1 true:g" conf/fam.conf || die
59    

Legend:
Removed from v.1531  
changed lines
  Added in v.1532