1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/databases/postgresql73/files/patch-bb
Akinori MUSHA 7145c7d0d1 Update to 7.0.2.
Fix NOPORTDOCS support.

Fix PLIST in many respects, especially for pgacess.
2000-06-20 05:08:07 +00:00

14 lines
390 B
Plaintext

--- 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 $(PGSQL_INCLUDES)
-
+
+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