File evolution-zimbra-0.1.1-fix-build.patch of Package evolution-zimbra

diff -up evolution-zimbra-0.1.1/addressbook/Makefile.am.fix-build evolution-zimbra-0.1.1/addressbook/Makefile.am
--- evolution-zimbra-0.1.1/addressbook/Makefile.am.fix-build	2008-06-05 13:27:52.000000000 -0400
+++ evolution-zimbra-0.1.1/addressbook/Makefile.am	2008-06-05 13:28:06.000000000 -0400
@@ -1,6 +1,6 @@
 INCLUDES = -DG_LOG_DOMAIN=\"zimbra-ebookbackend\" $(ZIMBRA_CFLAGS) $(DATABOOK_CFLAGS) $(LIBXML_CFLAGS)
 
-backenddir = $(prefix)$(EDS_BACKEND_DIR)
+backenddir = $(EDS_BACKEND_DIR)
 
 backend_LTLIBRARIES = libebookbackendzimbra.la
 
diff -up evolution-zimbra-0.1.1/addressbook/Makefile.in.fix-build evolution-zimbra-0.1.1/addressbook/Makefile.in
--- evolution-zimbra-0.1.1/addressbook/Makefile.in.fix-build	2008-06-05 13:27:59.000000000 -0400
+++ evolution-zimbra-0.1.1/addressbook/Makefile.in	2008-06-05 13:28:16.000000000 -0400
@@ -300,7 +300,7 @@ target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 INCLUDES = -DG_LOG_DOMAIN=\"zimbra-ebookbackend\" $(ZIMBRA_CFLAGS) $(DATABOOK_CFLAGS) $(LIBXML_CFLAGS)
-backenddir = $(prefix)$(EDS_BACKEND_DIR)
+backenddir = $(EDS_BACKEND_DIR)
 backend_LTLIBRARIES = libebookbackendzimbra.la
 libebookbackendzimbra_la_SOURCES = e-book-backend-zimbra.c e-book-backend-zimbra.h e-book-backend-zimbra-factory.c
 libebookbackendzimbra_la_LIBADD = $(DATABOOK_LIBS) $(LIBXML_LIBS) $(CURL_LIBS) $(top_builddir)/libezimbra/libezimbra.la
diff -up evolution-zimbra-0.1.1/calendar/Makefile.am.fix-build evolution-zimbra-0.1.1/calendar/Makefile.am
--- evolution-zimbra-0.1.1/calendar/Makefile.am.fix-build	2008-06-05 13:28:24.000000000 -0400
+++ evolution-zimbra-0.1.1/calendar/Makefile.am	2008-06-05 13:28:39.000000000 -0400
@@ -1,6 +1,6 @@
 INCLUDES = -DG_LOG_DOMAIN=\"libecalbackendzimbra\" -I$(top_srcdir) $(EVOLUTION_CALENDAR_CFLAGS) $(DATACAL_CFLAGS) $(DEBUG_CFLAGS) $(GNOMEVFS_CFLAGS)
 
-backenddir = $(prefix)$(EDS_BACKEND_DIR)
+backenddir = $(EDS_BACKEND_DIR)
 
 backend_LTLIBRARIES = libecalbackendzimbra.la
 
diff -up evolution-zimbra-0.1.1/calendar/Makefile.in.fix-build evolution-zimbra-0.1.1/calendar/Makefile.in
--- evolution-zimbra-0.1.1/calendar/Makefile.in.fix-build	2008-06-05 13:28:30.000000000 -0400
+++ evolution-zimbra-0.1.1/calendar/Makefile.in	2008-06-05 13:28:52.000000000 -0400
@@ -312,7 +312,7 @@ target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 INCLUDES = -DG_LOG_DOMAIN=\"libecalbackendzimbra\" -I$(top_srcdir) $(EVOLUTION_CALENDAR_CFLAGS) $(DATACAL_CFLAGS) $(DEBUG_CFLAGS) $(GNOMEVFS_CFLAGS)
-backenddir = $(prefix)$(EDS_BACKEND_DIR)
+backenddir = $(EDS_BACKEND_DIR)
 backend_LTLIBRARIES = libecalbackendzimbra.la
 libecalbackendzimbra_la_SOURCES = \
 	e-cal-backend-zimbra-factory.c	\
diff -up evolution-zimbra-0.1.1/camel/Makefile.am.fix-build evolution-zimbra-0.1.1/camel/Makefile.am
--- evolution-zimbra-0.1.1/camel/Makefile.am.fix-build	2008-06-05 11:58:58.000000000 -0400
+++ evolution-zimbra-0.1.1/camel/Makefile.am	2008-06-05 13:26:00.000000000 -0400
@@ -3,7 +3,7 @@
 camel_provider_LTLIBRARIES = libcamelzimbra.la
 camel_provider_DATA = libcamelzimbra.urls
 
-camel_providerdir = $(prefix)$(CAMEL_PROVIDER_DIR)
+camel_providerdir = $(CAMEL_PROVIDER_DIR)
 
 INCLUDES = -I..  $(GLIB_CFLAGS)	$(CAMEL_PROVIDER_CFLAGS) $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"camel-sx-provider\"
 
diff -up evolution-zimbra-0.1.1/camel/Makefile.in.fix-build evolution-zimbra-0.1.1/camel/Makefile.in
--- evolution-zimbra-0.1.1/camel/Makefile.in.fix-build	2008-06-05 12:38:04.000000000 -0400
+++ evolution-zimbra-0.1.1/camel/Makefile.in	2008-06-05 13:26:00.000000000 -0400
@@ -294,7 +294,7 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 camel_provider_LTLIBRARIES = libcamelzimbra.la
 camel_provider_DATA = libcamelzimbra.urls
-camel_providerdir = $(prefix)$(CAMEL_PROVIDER_DIR)
+camel_providerdir = $(CAMEL_PROVIDER_DIR)
 INCLUDES = -I..  $(GLIB_CFLAGS)	$(CAMEL_PROVIDER_CFLAGS) $(GNOME_INCLUDEDIR) -DG_LOG_DOMAIN=\"camel-sx-provider\"
 libcamelzimbra_la_SOURCES = camel-zimbra-provider.c
 libcamelzimbra_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
diff -up evolution-zimbra-0.1.1/eplugin/Makefile.am.fix-build evolution-zimbra-0.1.1/eplugin/Makefile.am
--- evolution-zimbra-0.1.1/eplugin/Makefile.am.fix-build	2008-06-05 10:54:17.000000000 -0400
+++ evolution-zimbra-0.1.1/eplugin/Makefile.am	2008-06-05 13:26:00.000000000 -0400
@@ -10,7 +10,7 @@ INCLUDES =							\
 	$(SOUP_CFLAGS)						\
 	$(CAMEL_CFLAGS)					
 
-eplugindir = $(prefix)$(EPLUGIN_DIR)
+eplugindir = $(EPLUGIN_DIR)
 
 @EPLUGIN_RULE@
 
diff -up evolution-zimbra-0.1.1/eplugin/Makefile.in.fix-build evolution-zimbra-0.1.1/eplugin/Makefile.in
--- evolution-zimbra-0.1.1/eplugin/Makefile.in.fix-build	2008-06-05 12:38:04.000000000 -0400
+++ evolution-zimbra-0.1.1/eplugin/Makefile.in	2008-06-05 13:26:00.000000000 -0400
@@ -308,7 +308,7 @@ INCLUDES = \
 	$(SOUP_CFLAGS)						\
 	$(CAMEL_CFLAGS)					
 
-eplugindir = $(prefix)$(EPLUGIN_DIR)
+eplugindir = $(EPLUGIN_DIR)
 eplugin_DATA = com-zimbra-account-setup.eplug
 eplugin_LTLIBRARIES = libcom-zimbra-account-setup.la
 libcom_zimbra_account_setup_la_SOURCES = zimbra-account-setup.c camel-zimbra-listener.h camel-zimbra-listener.c
openSUSE Build Service is sponsored by