diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-02 13:32:39 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-02 13:32:39 +0800 |
commit | 86381f68e2db55449c0641c943901c337bb8805d (patch) | |
tree | d64bac0cd2c2effe61dd1f62383f1f0ef7ff80bf /databases/libgda2/files/patch-libgda.pc.in | |
parent | b10c110cfe04fdd097086e56c11831054809b0e5 (diff) | |
download | marcuscom-ports-86381f68e2db55449c0641c943901c337bb8805d.tar.gz marcuscom-ports-86381f68e2db55449c0641c943901c337bb8805d.tar.zst marcuscom-ports-86381f68e2db55449c0641c943901c337bb8805d.zip |
Add libgda2 at 1.3.2, and chase libgda.
Note the following two thingers though:
1) I removed a MySQL provider patch because I think it's been obsoleted, but
I don't know enough C to tell for sure. Somebody else should verify this.
2) libgnomedb won't build because it sucks. Somebody else is going to have
to help me resolve the missing symbols.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4023 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda2/files/patch-libgda.pc.in')
-rw-r--r-- | databases/libgda2/files/patch-libgda.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/libgda2/files/patch-libgda.pc.in b/databases/libgda2/files/patch-libgda.pc.in new file mode 100644 index 000000000..f9bd3aaed --- /dev/null +++ b/databases/libgda2/files/patch-libgda.pc.in @@ -0,0 +1,11 @@ +--- libgda.pc.in.orig Fri Oct 31 21:59:33 2003 ++++ libgda.pc.in Fri Oct 31 22:00:52 2003 +@@ -5,7 +5,7 @@ + + Name: libgda + Description: GDA (GNOME Data Access) library +-Requires: glib-2.0 libxml-2.0 libxslt ++Requires: glib-2.0 gthread-2.0 gmodule-2.0 libxml-2.0 libxslt + Version: @VERSION@ + Libs: -L${libdir} -lgda-2 + Cflags: -I${includedir} |