diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-05-24 14:11:19 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-05-24 14:11:19 +0000 |
commit | af0564d8098f5c0b1f1e45bc6fd9063da861aec2 (patch) | |
tree | 60ad29b6f1add9f775962ce2f81b7d58b51fa4ce /databases/postgresql91-server/files/patch-bb | |
parent | Use installed intl shared library instead of the port's own. Plus several (diff) |
upgrade postgresql to v 7.0 release
thanks for complete diffs ;-)
closed PR
PR: 18699
Obtained from: Palle Girgensohn <girgen@partitur.se>
Notes
Notes:
svn path=/head/; revision=28731
Diffstat (limited to 'databases/postgresql91-server/files/patch-bb')
-rw-r--r-- | databases/postgresql91-server/files/patch-bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/postgresql91-server/files/patch-bb b/databases/postgresql91-server/files/patch-bb new file mode 100644 index 000000000000..21759027a23e --- /dev/null +++ b/databases/postgresql91-server/files/patch-bb @@ -0,0 +1,13 @@ +--- pl/tcl/Makefile~ Sat Apr 29 19:45:42 2000 ++++ pl/tcl/Makefile Sat May 20 22:42:22 2000 +@@ -71,7 +71,9 @@ + CFLAGS+= $(TCL_SHLIB_CFLAGS) $(TCL_DEFS) + + CFLAGS+= -I$(SRCDIR)/include -I$(SRCDIR)/backend +- ++ ++CFLAGS+= -I$(TCL_INCDIR) ++ + # + # Uncomment the following to enable the unknown command lookup + # on the first of all calls to the call handler. See the doc |