summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql-base/files/postgresql-7.3-base.patch')
-rw-r--r--dev-db/postgresql-base/files/postgresql-7.3-base.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-db/postgresql-base/files/postgresql-7.3-base.patch b/dev-db/postgresql-base/files/postgresql-7.3-base.patch
index 0549ec0..a0cc766 100644
--- a/dev-db/postgresql-base/files/postgresql-7.3-base.patch
+++ b/dev-db/postgresql-base/files/postgresql-7.3-base.patch
@@ -72,16 +72,17 @@
ifneq ($(PORTNAME), win)
-@@ -78,7 +78,7 @@
+@@ -78,8 +78,7 @@
.PHONY: $(DIRS:%=%-recursive)
# Update the commonly used headers before building the subdirectories
-$(DIRS:%=%-recursive): $(top_builddir)/src/include/parser/parse.h $(top_builddir)/src/include/utils/fmgroids.h
+- $(MAKE) -C $(subst -recursive,,$@) all
+someheaders $(DIRS:%=%-recursive): $(top_builddir)/src/include/parser/parse.h $(top_builddir)/src/include/utils/fmgroids.h
- $(MAKE) -C $(subst -recursive,,$@) all
-@@ -125,16 +125,7 @@
+ $(DLLINIT): $(DLLINIT:%.o=%.c)
+@@ -125,16 +124,7 @@
##########################################################################