summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/files/patch-bb
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-06-20 05:08:07 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-06-20 05:08:07 +0000
commit7145c7d0d1f07cb4b8a01045b9dc89e1ef7e3060 (patch)
tree0e2c287e9ee287c407285420bfaf825241e23bf5 /databases/postgresql91-server/files/patch-bb
parentAdd a note pointing international people to the librsaintl port (diff)
Update to 7.0.2.
Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess.
Notes
Notes: svn path=/head/; revision=29698
Diffstat (limited to 'databases/postgresql91-server/files/patch-bb')
-rw-r--r--databases/postgresql91-server/files/patch-bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-server/files/patch-bb b/databases/postgresql91-server/files/patch-bb
index 21759027a23e..ea0f1732dcb0 100644
--- a/databases/postgresql91-server/files/patch-bb
+++ b/databases/postgresql91-server/files/patch-bb
@@ -3,7 +3,7 @@
@@ -71,7 +71,9 @@
CFLAGS+= $(TCL_SHLIB_CFLAGS) $(TCL_DEFS)
- CFLAGS+= -I$(SRCDIR)/include -I$(SRCDIR)/backend
+ CFLAGS+= -I$(SRCDIR)/include -I$(SRCDIR)/backend $(PGSQL_INCLUDES)
-
+
+CFLAGS+= -I$(TCL_INCDIR)