Magellan Linux

Diff of /branches/magellan-next/extras/networkmanager/networkmanager-0.8.9997-r1.smage2

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

revision 8874 by niro, Thu Aug 4 21:48:21 2011 UTC revision 8878 by niro, Thu Aug 4 22:14:11 2011 UTC
# Line 39  SRCDIR="${BUILDDIR}/NetworkManager-${PVE Line 39  SRCDIR="${BUILDDIR}/NetworkManager-${PVE
39  sminclude gnome2 mtools  sminclude gnome2 mtools
40    
41  SRC_URI=(  SRC_URI=(
42   gnome://NetworkManager/${PVER%.*.*}/${SRCFILE}   gnome://NetworkManager/${PVER%.*}/${SRCFILE}
43   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
44   mirror://${PNAME}/nm-system-settings.conf   mirror://${PNAME}/nm-system-settings.conf
45   mirror://${PNAME}/${PNAME}-0.8.5.91-magellan.patch   mirror://${PNAME}/${PNAME}-0.8.5.91-magellan.patch
# Line 65  src_prepare() Line 65  src_prepare()
65    
66   # regen configure files   # regen configure files
67   autoreconf --verbose --install --force || die   autoreconf --verbose --install --force || die
68    
69     # fix broken po makefile
70     # config.status: error: po/Makefile.in.in was not created by intltoolize.
71     autopoint --force || die
72     intltoolize --force || die
73  }  }
74    
75  src_compile()  src_compile()
# Line 74  src_compile() Line 79  src_compile()
79   mconfigure \   mconfigure \
80   --libexecdir=/usr/$(mlibdir)/${PNAME} \   --libexecdir=/usr/$(mlibdir)/${PNAME} \
81   --localstatedir=/var \   --localstatedir=/var \
82   --disable-more-warnings \   --enable-more-warnings=yes \
83   --disable-gtk-doc \   --disable-gtk-doc \
84   --with-distro=magellan \   --with-distro=magellan \
85   --with-dbus-sys-dir=/etc/dbus-1/system.d \   --with-dbus-sys-dir=/etc/dbus-1/system.d \

Legend:
Removed from v.8874  
changed lines
  Added in v.8878