summaryrefslogtreecommitdiff
path: root/databases/postgresql7/files/patch-be
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql7/files/patch-be')
-rw-r--r--databases/postgresql7/files/patch-be9
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/postgresql7/files/patch-be b/databases/postgresql7/files/patch-be
new file mode 100644
index 000000000000..2f8c3c55566f
--- /dev/null
+++ b/databases/postgresql7/files/patch-be
@@ -0,0 +1,9 @@
+This patches let you disable Tk even if you have it installed and
+makes sure the TCL-library is added as a dependency for libpgtcl.
+--- interfaces/libpgtcl/Makefile.in Tue Mar 7 20:58:36 2000
++++ interfaces/libpgtcl/Makefile.in Wed Sep 20 08:57:28 2000
+@@ -29,3 +29,3 @@
+
+-SHLIB_LINK+= $(LIBPQ)
++SHLIB_LINK+= $(LIBPQ) @TCL_LIB_SPEC@
+