Magellan Linux

Diff of /branches/magellan-next/core/libsoup/libsoup-2.34.2-r1.smage2

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

revision 8339 by niro, Thu Jul 14 16:52:14 2011 UTC revision 8340 by niro, Thu Jul 14 23:47:14 2011 UTC
# Line 11  HOMEPAGE="http://www.gnome.org/" Line 11  HOMEPAGE="http://www.gnome.org/"
11    
12  DEPEND=">= dev-libs/glib2-2.28  DEPEND=">= dev-libs/glib2-2.28
13   >= dev-libs/libxml2-2.7   >= dev-libs/libxml2-2.7
14   >= app-crypt/gnutls-2.8"   >= net-libs/glib-networking-2.28"
15    
16  SDEPEND=">= dev-util/pkgconfig-0.25"  SDEPEND=">= dev-util/pkgconfig-0.25
17     >= dev-libs/gobject-introspection-0.10"
18    
19  sminclude gnome2  sminclude gnome2
20    
# Line 23  src_compile() Line 24  src_compile()
24  {  {
25   cd ${SRCDIR}   cd ${SRCDIR}
26    
27   gn2_configure --without-gnome --enable-ssl || die   gn2_configure --without-gnome --enable-introspection || die
28   mmake || die   mmake || die
29  }  }

Legend:
Removed from v.8339  
changed lines
  Added in v.8340