summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-12-04 11:15:20 +0000
committerPacho Ramos <pacho@gentoo.org>2010-12-04 11:15:20 +0000
commit265b9b26d3d04e8f45495d5889e87a11278c04ff (patch)
tree1987671067f7134334d41cc0b8aa33d0f553fc06 /gnome-extra/libgda/files
parentx86 stable wrt bug #347115 (diff)
downloadgentoo-2-265b9b26d3d04e8f45495d5889e87a11278c04ff.tar.gz
gentoo-2-265b9b26d3d04e8f45495d5889e87a11278c04ff.tar.bz2
gentoo-2-265b9b26d3d04e8f45495d5889e87a11278c04ff.zip
Version bump with bugfixes and translation updates, removes old DB providers.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/libgda/files')
-rw-r--r--gnome-extra/libgda/files/libgda-4.2.2-fix-build-order.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnome-extra/libgda/files/libgda-4.2.2-fix-build-order.patch b/gnome-extra/libgda/files/libgda-4.2.2-fix-build-order.patch
new file mode 100644
index 000000000000..ac310890cdb0
--- /dev/null
+++ b/gnome-extra/libgda/files/libgda-4.2.2-fix-build-order.patch
@@ -0,0 +1,20 @@
+--- libgda/sqlite/Makefile.am.orig 2010-12-04 11:33:12.000000000 +0100
++++ libgda/sqlite/Makefile.am 2010-12-04 11:34:50.000000000 +0100
+@@ -58,9 +58,9 @@
+ gda-sqlite.h \
+ keywords_hash.h \
+ gda-symbols-util.h \
+- gda-symbols-util.c
+-
+-BUILT_SOURCES = xml_embedded.h keywords_hash.c
++ gda-symbols-util.c \
++ xml_embedded.h \
++ keywords_hash.c
+
+ libgda_sqlite_la_SOURCES = $(sqlitesources)
+ libgda_sqlite_la_CFLAGS = -DPNAME=\""SQLite"\" -DCLASS_PREFIX=\""GdaSqlite"\" -DSEARCH_LIB_PATH=\""$(SQLITE_PATH)"\"
+@@ -86,3 +86,4 @@
+ EXTRA_DIST = gen_emb_string.c mkkeywordhash.c keywords.list
+
+ CLEANFILES = gen_emb_string$(EXEEXT_FOR_BUILD) mkkeywordhash$(EXEEXT_FOR_BUILD) $(BUILT_SOURCES)
++BUILT_SOURCES = xml_embedded.h keywords_hash.c