aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql74-server/files/patch-src-bin-initdb-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql74-server/files/patch-src-bin-initdb-Makefile')
-rw-r--r--databases/postgresql74-server/files/patch-src-bin-initdb-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/postgresql74-server/files/patch-src-bin-initdb-Makefile b/databases/postgresql74-server/files/patch-src-bin-initdb-Makefile
new file mode 100644
index 000000000000..406613b8114e
--- /dev/null
+++ b/databases/postgresql74-server/files/patch-src-bin-initdb-Makefile
@@ -0,0 +1,11 @@
+--- src/bin/initdb/Makefile.orig Tue Jan 9 11:31:36 2007
++++ src/bin/initdb/Makefile Tue Jan 9 11:32:07 2007
+@@ -13,7 +13,7 @@
+ top_builddir = ../../..
+ include $(top_builddir)/src/Makefile.global
+
+-all: initdb
++all: submake-libpq submake-libpgport initdb
+
+ initdb: initdb.sh $(top_builddir)/src/Makefile.global
+ sed -e 's/@VERSION@/$(VERSION)/g' \