diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-03-26 01:31:12 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-03-26 01:31:12 +0000 |
commit | da7274b61c50c4a330b2b6436fa41fcf88c122cf (patch) | |
tree | 849ba4c5716eae288ff470fc1fa46312041c6c90 /gnome-extra/evolution-data-server/files | |
parent | minor fixes to gimp (diff) | |
download | gentoo-2-da7274b61c50c4a330b2b6436fa41fcf88c122cf.tar.gz gentoo-2-da7274b61c50c4a330b2b6436fa41fcf88c122cf.tar.bz2 gentoo-2-da7274b61c50c4a330b2b6436fa41fcf88c122cf.zip |
Do not build against libsoup-2.4 if available in this older version - it does not work with the stable API of libsoup-2.4, bug 214488
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-extra/evolution-data-server/files')
-rw-r--r-- | gnome-extra/evolution-data-server/files/evolution-data-server-1.12.3-no-libsoup24.patch | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/gnome-extra/evolution-data-server/files/evolution-data-server-1.12.3-no-libsoup24.patch b/gnome-extra/evolution-data-server/files/evolution-data-server-1.12.3-no-libsoup24.patch new file mode 100644 index 000000000000..2f78ccdf7c73 --- /dev/null +++ b/gnome-extra/evolution-data-server/files/evolution-data-server-1.12.3-no-libsoup24.patch @@ -0,0 +1,47 @@ +--- configure.in.orig 2008-03-26 02:45:26.000000000 +0200 ++++ configure.in 2008-03-26 02:46:03.000000000 +0200 +@@ -1407,14 +1407,8 @@ + AC_SUBST(E_FACTORY_LIBS) + + dnl --- Groupwise flags +-PKG_CHECK_EXISTS(libsoup-2.4, have_libsoup_24=yes, have_libsoup_24=no) +-if test $have_libsoup_24 = yes; then +- LIBSOUP_REQUIRED=2.3.0 +- LIBSOUP=libsoup-2.4 +-else +- LIBSOUP_REQUIRED=2.2.91 +- LIBSOUP=libsoup-2.2 +-fi ++LIBSOUP_REQUIRED=2.2.91 ++LIBSOUP=libsoup-2.2 + AC_SUBST(LIBSOUP_REQUIRED) + AC_SUBST(LIBSOUP) + EVO_SET_COMPILE_FLAGS(SOUP, $LIBSOUP >= $LIBSOUP_REQUIRED) +--- configure.orig 2008-03-26 02:45:29.000000000 +0200 ++++ configure 2008-03-26 02:46:18.000000000 +0200 +@@ -31479,23 +31479,8 @@ + + + +-if test -n "$PKG_CONFIG" && \ +- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\"") >&5 +- ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- have_libsoup_24=yes +-else +- have_libsoup_24=no +-fi +-if test $have_libsoup_24 = yes; then +- LIBSOUP_REQUIRED=2.3.0 +- LIBSOUP=libsoup-2.4 +-else +- LIBSOUP_REQUIRED=2.2.91 +- LIBSOUP=libsoup-2.2 +-fi ++LIBSOUP_REQUIRED=2.2.91 ++LIBSOUP=libsoup-2.2 + + + |