aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql90-server/files/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql90-server/files/patch-bb')
-rw-r--r--databases/postgresql90-server/files/patch-bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql90-server/files/patch-bb b/databases/postgresql90-server/files/patch-bb
index 21759027a23e..ea0f1732dcb0 100644
--- a/databases/postgresql90-server/files/patch-bb
+++ b/databases/postgresql90-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)