diff options
author | jwise <jwise@pkgsrc.org> | 2000-09-01 14:19:44 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-09-01 14:19:44 +0000 |
commit | 013f4050c23ca3ce63d1332f5e667ded76008cdd (patch) | |
tree | 4106474029b1ea11c0c89bd0456de2c9eb0d5a58 /databases | |
parent | 7e92881353250d878fa36b58c6c383b49e22af63 (diff) | |
download | pkgsrc-013f4050c23ca3ce63d1332f5e667ded76008cdd.tar.gz |
Adapt patch used by ../tcl-postgresql to tcl-8.3.2.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/files/patch-sum | 4 | ||||
-rw-r--r-- | databases/postgresql/patches/patch-af | 19 |
2 files changed, 17 insertions, 6 deletions
diff --git a/databases/postgresql/files/patch-sum b/databases/postgresql/files/patch-sum index 8aa739fa367..27dc0d2a47a 100644 --- a/databases/postgresql/files/patch-sum +++ b/databases/postgresql/files/patch-sum @@ -1,10 +1,10 @@ -$NetBSD: patch-sum,v 1.12 2000/07/14 04:44:12 jlam Exp $ +$NetBSD: patch-sum,v 1.13 2000/09/01 14:19:44 jwise Exp $ MD5 (patch-ab) = f81b6a1f8459eae323dbf141f6d617ab MD5 (patch-ac) = 8695ae7642af54ad366216e950008dec MD5 (patch-ad) = aaca10c3dd93ced6fc488baa59c5f614 MD5 (patch-ae) = 86929b61d882df8993d54b69e481fbbe -MD5 (patch-af) = 292c524543cfddd2096ae2f0b53a4175 +MD5 (patch-af) = 428413854ab20da9b60a582509fb3e5a MD5 (patch-ag) = 2f84eebb4bae8a017e8cd727879ea2b3 MD5 (patch-ah) = 0d044e374adda3c9ab73851defcf8bda MD5 (patch-ai) = 2ae7d1af7673c9d28803a4e92085954b diff --git a/databases/postgresql/patches/patch-af b/databases/postgresql/patches/patch-af index 2722c0ac431..2f5e16f3c45 100644 --- a/databases/postgresql/patches/patch-af +++ b/databases/postgresql/patches/patch-af @@ -1,8 +1,19 @@ -$NetBSD: patch-af,v 1.10 2000/07/14 04:44:13 jlam Exp $ - --- pl/tcl/Makefile.orig Mon May 22 22:12:44 2000 -+++ pl/tcl/Makefile Mon Jul 10 22:31:20 2000 -@@ -70,7 +70,7 @@ ++++ pl/tcl/Makefile Fri Sep 1 09:41:04 2000 +@@ -56,10 +56,11 @@ + endif + + %$(TCL_SHLIB_SUFFIX): %.o +- $(TCL_SHLIB_LD) -o $@ $< $(TCL_LIB_SPEC) $(SHLIB_EXTRA_LIBS) ++ $(TCL_SHLIB_LD) -o $@ $< -R${PREFIX}/lib -L${PREFIX}/lib -ltcl83 -lm + + + CC = $(TCL_CC) ++LD = $(TCL_LD) + + # Since we are using Tcl's choice of C compiler, which might not be the + # same one selected for Postgres, do NOT use CFLAGS from Makefile.global. +@@ -70,7 +71,7 @@ CFLAGS+= $(TCL_SHLIB_CFLAGS) $(TCL_DEFS) |