summaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-13 06:30:15 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-13 06:30:15 +0800
commit73b33a97364c24cd518adc60b8472853c38d5d86 (patch)
tree0e2e33ca5b063eca1567a3e26977eeb72ceccfd2 /databases/evolution-data-server/files
parenta701f9d908d03e5eef64a88abbe68432798bd47a (diff)
downloadmarcuscom-ports-73b33a97364c24cd518adc60b8472853c38d5d86.tar
marcuscom-ports-73b33a97364c24cd518adc60b8472853c38d5d86.tar.gz
marcuscom-ports-73b33a97364c24cd518adc60b8472853c38d5d86.tar.bz2
marcuscom-ports-73b33a97364c24cd518adc60b8472853c38d5d86.tar.lz
marcuscom-ports-73b33a97364c24cd518adc60b8472853c38d5d86.tar.xz
marcuscom-ports-73b33a97364c24cd518adc60b8472853c38d5d86.tar.zst
marcuscom-ports-73b33a97364c24cd518adc60b8472853c38d5d86.zip
Update to 1.7.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6413 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files')
-rw-r--r--databases/evolution-data-server/files/patch-addressbook_backends_groupwise_Makefile.in28
-rw-r--r--databases/evolution-data-server/files/patch-addressbook_libedata-book_Makefile.in30
2 files changed, 58 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-addressbook_backends_groupwise_Makefile.in b/databases/evolution-data-server/files/patch-addressbook_backends_groupwise_Makefile.in
new file mode 100644
index 000000000..63c5ac9fd
--- /dev/null
+++ b/databases/evolution-data-server/files/patch-addressbook_backends_groupwise_Makefile.in
@@ -0,0 +1,28 @@
+--- addressbook/backends/groupwise/Makefile.in.orig Mon Jun 12 18:08:35 2006
++++ addressbook/backends/groupwise/Makefile.in Mon Jun 12 18:09:11 2006
+@@ -65,7 +65,6 @@ libebookbackendgroupwise_la_DEPENDENCIES
+ $(top_builddir)/addressbook/libebook/libebook-1.2.la \
+ $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
+ $(top_builddir)/libedataserver/libedataserver-1.2.la \
+- $(top_builddir)/libdb/dist/libdb-4.1.la $(am__DEPENDENCIES_1) \
+ $(am__DEPENDENCIES_1)
+ am_libebookbackendgroupwise_la_OBJECTS = e-book-backend-groupwise.lo \
+ e-book-backend-groupwise-factory.lo
+@@ -396,7 +395,7 @@ INCLUDES = \
+ -I$(top_srcdir)/addressbook \
+ -I$(top_builddir)/addressbook \
+ -I$(top_srcdir)/servers/groupwise \
+- -I$(top_srcdir)/libdb/dist \
++ $(DB_CFLAGS) \
+ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \
+ $(SOUP_CFLAGS)
+
+@@ -411,7 +410,7 @@ libebookbackendgroupwise_la_LIBADD = \
+ $(top_builddir)/addressbook/libebook/libebook-1.2.la \
+ $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
+ $(top_builddir)/libedataserver/libedataserver-1.2.la \
+- $(top_builddir)/libdb/dist/libdb-4.1.la \
++ $(DB_LIBS) \
+ $(EVOLUTION_ADDRESSBOOK_LIBS) \
+ $(SOUP_LIBS)
+
diff --git a/databases/evolution-data-server/files/patch-addressbook_libedata-book_Makefile.in b/databases/evolution-data-server/files/patch-addressbook_libedata-book_Makefile.in
new file mode 100644
index 000000000..632542021
--- /dev/null
+++ b/databases/evolution-data-server/files/patch-addressbook_libedata-book_Makefile.in
@@ -0,0 +1,30 @@
+--- addressbook/libedata-book/Makefile.in.orig Mon Jun 12 15:30:06 2006
++++ addressbook/libedata-book/Makefile.in Mon Jun 12 18:00:05 2006
+@@ -64,8 +64,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
+ am__DEPENDENCIES_1 =
+ libedata_book_1_2_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+ $(top_builddir)/addressbook/libebook/libebook-1.2.la \
+- $(top_builddir)/libedataserver/libedataserver-1.2.la \
+- $(top_builddir)/libdb/dist/libdb-4.1.la
++ $(top_builddir)/libedataserver/libedataserver-1.2.la
+ am__objects_1 = e-data-book-marshal.lo
+ am__objects_2 = Evolution-DataServer-Addressbook-common.lo \
+ Evolution-DataServer-Addressbook-skels.lo \
+@@ -396,7 +395,7 @@ INCLUDES = \
+ -I$(top_builddir) \
+ -I$(top_srcdir)/addressbook \
+ -I$(top_builddir)/addressbook \
+- -I$(top_srcdir)/libdb/dist \
++ $(DB_CFLAGS) \
+ $(EVOLUTION_ADDRESSBOOK_CFLAGS)
+
+
+@@ -437,7 +436,7 @@ libedata_book_1_2_la_LIBADD = \
+ $(EVOLUTION_ADDRESSBOOK_LIBS) \
+ $(top_builddir)/addressbook/libebook/libebook-1.2.la \
+ $(top_builddir)/libedataserver/libedataserver-1.2.la \
+- $(top_builddir)/libdb/dist/libdb-4.1.la
++ $(DB_LIBS)
+
+ libedata_book_1_2_la_LDFLAGS = \
+ -version-info $(LIBEDATABOOK_CURRENT):$(LIBEDATABOOK_REVISION):$(LIBEDATABOOK_AGE) $(NO_UNDEFINED)