1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/databases/postgresql82-server/files/patch-be
Steve Price a348e709cc Update to version 7.0.3.
PR:		23371
Submitted by:	maintainer
2000-12-11 03:22:07 +00:00

10 lines
337 B
Plaintext

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@