summaryrefslogtreecommitdiff
path: root/databases/libgda3
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-11-01 03:25:01 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-11-01 03:25:01 +0000
commit981189e193473cf997cecb4878c14f7163c76c53 (patch)
treea9f94b12d044c12071b6fbe9c65eee6c096363f3 /databases/libgda3
parentUnbreak build on 4-STABLE and 5.1-RELEASE. Add a warning which states (diff)
Add missed gthread-2.0 and gmodule-2.0 pkgconfig dependencies.
This complete --libs list and fixes link failures in dependant ports.
Notes
Notes: svn path=/head/; revision=92766
Diffstat (limited to 'databases/libgda3')
-rw-r--r--databases/libgda3/Makefile1
-rw-r--r--databases/libgda3/files/patch-libgda.pc.in11
2 files changed, 12 insertions, 0 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 385866a207ca..29025f0cf29f 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgda2
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.0
diff --git a/databases/libgda3/files/patch-libgda.pc.in b/databases/libgda3/files/patch-libgda.pc.in
new file mode 100644
index 000000000000..f9bd3aaed056
--- /dev/null
+++ b/databases/libgda3/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}