Magellan Linux

Diff of /trunk/extras/networkmanager/networkmanager-0.9.4.0-r6.smage2

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

revision 12731 by niro, Fri Jun 29 12:12:54 2012 UTC revision 12732 by niro, Fri Jun 29 12:50:22 2012 UTC
# Line 52  SRC_URI=( Line 52  SRC_URI=(
52   mirror://${PNAME}/${PNAME}-0.8.9997-hostname.patch   mirror://${PNAME}/${PNAME}-0.8.9997-hostname.patch
53   mirror://${PNAME}/${PNAME}-0.9.4.0-fix-connections.patch   mirror://${PNAME}/${PNAME}-0.9.4.0-fix-connections.patch
54   mirror://${PNAME}/${PNAME}-0.9.4.0-fix-nmremote-setting.patch   mirror://${PNAME}/${PNAME}-0.9.4.0-fix-nmremote-setting.patch
55     mirror://${PNAME}/${PNAME}-0.9.4.0-linux-libc-headers.patch
56  )  )
57    
58  UP2DATE="updatecmd_gnome NetworkManager"  UP2DATE="updatecmd_gnome NetworkManager"
# Line 75  src_prepare() Line 76  src_prepare()
76   mpatch ${PNAME}-0.9.4.0-fix-connections.patch || die   mpatch ${PNAME}-0.9.4.0-fix-connections.patch || die
77   mpatch ${PNAME}-0.9.4.0-fix-nmremote-setting.patch || die   mpatch ${PNAME}-0.9.4.0-fix-nmremote-setting.patch || die
78    
79     # fix ftbfs with >=linux-libc-headers-3.4
80     mpatch ${PNAME}-0.9.4.0-linux-libc-headers.patch || die
81    
82   # regen configure files   # regen configure files
83   mautoreconf || die   mautoreconf || die
84    

Legend:
Removed from v.12731  
changed lines
  Added in v.12732