]> git.pld-linux.org Git - packages/evolution-groupdav.git/blame - evolution-groupdav-pluginlib_2.4.patch
- very dirty and stupid patch for evolution 2.4
[packages/evolution-groupdav.git] / evolution-groupdav-pluginlib_2.4.patch
CommitLineData
7843e49b
MWP
1--- evolution-groupdav-0.2/configure.in 2005-03-06 20:40:40.000000000 +0100
2+++ evolution-groupdav-0.2/configure.in.new 2005-09-12 15:51:46.000000000 +0200
3@@ -83,7 +83,7 @@
4 libebook-$EDS_PACKAGE >= $EDS_REQUIRED
5 libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
6 camel-provider-$EDS_PACKAGE >= $EDS_REQUIRED
7- evolution-plugin-2.2
8+ evolution-plugin-2.4
9 ])
10
11 AC_SUBST(EVOGROUPDAV_CFLAGS)
12@@ -110,7 +110,7 @@
13 dnl Evolution plugin install directory
14 AC_ARG_WITH(plugin-install-dir, [ --with-plugin-install-dir=PATH path to evolution source tree])
15 if test "x$with_plugin_install_dir" = "x" ; then
16- PLUGIN_INSTALL_DIR=`pkg-config --variable=plugindir evolution-plugin-2.2`
17+ PLUGIN_INSTALL_DIR=`pkg-config --variable=plugindir evolution-plugin-2.4`
18 if test "x$PLUGIN_INSTALL_DIR" = "x"; then
19 AC_MSG_ERROR(Unable to find plugin directory)
20 fi
21@@ -118,7 +118,7 @@
22 AC_SUBST(PLUGIN_INSTALL_DIR)
23
24 dnl Evolution e-error install directory
25-ERROR_DIR=`pkg-config --variable=errordir evolution-plugin-2.2`
26+ERROR_DIR=`pkg-config --variable=errordir evolution-plugin-2.4`
27 if test "x$ERROR_DIR" = "x"; then
28 AC_MSG_ERROR(Unable to find error file directory)
29 fi
This page took 0.050999 seconds and 4 git commands to generate.