summaryrefslogtreecommitdiff
path: root/databases/libgda/patches/patch-ab
diff options
context:
space:
mode:
authorrh <rh>2002-10-30 00:52:10 +0000
committerrh <rh>2002-10-30 00:52:10 +0000
commit8733778b58b3354109a33e15a451a2ebb5225913 (patch)
treee3483a5c7f5ace7ba03994d566df32247ad57edd /databases/libgda/patches/patch-ab
parent1f91f4968546c7327e76486533c512d821a8757c (diff)
downloadpkgsrc-8733778b58b3354109a33e15a451a2ebb5225913.tar.gz
Initial import of libgda-0.8.199, the GNU database access library. This
version only comes with a default XML backend enabled. Based on the package provided by Scott Aaron Bamford in PR pkg/18660.
Diffstat (limited to 'databases/libgda/patches/patch-ab')
-rw-r--r--databases/libgda/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/libgda/patches/patch-ab b/databases/libgda/patches/patch-ab
new file mode 100644
index 00000000000..cd9547f8115
--- /dev/null
+++ b/databases/libgda/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/10/30 00:52:11 rh Exp $
+
+--- libgda.pc.in.orig Thu May 16 00:44:24 2002
++++ libgda.pc.in
+@@ -7,5 +7,5 @@ Name: libgda
+ Description: GDA (GNOME Data Access) library
+ Requires: glib-2.0 libxml-2.0 libxslt
+ Version: @VERSION@
+-Libs: -L${libdir} -lgda-2
++Libs: -Wl,-R${libdir} -L${libdir} -lgda-2
+ Cflags: -I${includedir}