diff options
author | 2005-09-21 16:31:19 +0000 | |
---|---|---|
committer | 2005-09-21 16:31:19 +0000 | |
commit | 6e607cc2dc5c638aaeb6d8012604c78004021034 (patch) | |
tree | 5558903894fa2007ad20ad2cf835692791166ea7 /dev-db/postgresql/files/postgresql-8.1_beta2-gentoo.patch | |
parent | adding beta version (diff) | |
download | gentoo-2-6e607cc2dc5c638aaeb6d8012604c78004021034.tar.gz gentoo-2-6e607cc2dc5c638aaeb6d8012604c78004021034.tar.bz2 gentoo-2-6e607cc2dc5c638aaeb6d8012604c78004021034.zip |
version bump
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-db/postgresql/files/postgresql-8.1_beta2-gentoo.patch')
-rw-r--r-- | dev-db/postgresql/files/postgresql-8.1_beta2-gentoo.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-db/postgresql/files/postgresql-8.1_beta2-gentoo.patch b/dev-db/postgresql/files/postgresql-8.1_beta2-gentoo.patch new file mode 100644 index 000000000000..b93f376d4d1c --- /dev/null +++ b/dev-db/postgresql/files/postgresql-8.1_beta2-gentoo.patch @@ -0,0 +1,39 @@ +diff -Naru postgresql-8.1beta1.org/src/interfaces/Makefile postgresql-8.1beta1/src/interfaces/Makefile +--- postgresql-8.1beta1.org/src/interfaces/Makefile 2004-04-20 01:33:51.000000000 +0100 ++++ postgresql-8.1beta1/src/interfaces/Makefile 2005-05-09 21:59:15.000000000 +0100 +@@ -12,7 +12,7 @@ + top_builddir = ../.. + include $(top_builddir)/src/Makefile.global + +-DIRS := libpq ecpg ++DIRS := ecpg + + ALLDIRS := $(DIRS) + +diff -Naru postgresql-8.1beta1.org/src/Makefile postgresql-8.1beta1/src/Makefile +--- postgresql-8.1beta1.org/src/Makefile 2005-01-13 18:23:21.000000000 +0000 ++++ postgresql-8.1beta1/src/Makefile 2005-05-09 21:59:54.000000000 +0100 +@@ -18,7 +18,6 @@ + $(MAKE) -C timezone $@ + $(MAKE) -C backend $@ + $(MAKE) -C backend/utils/mb/conversion_procs $@ +- $(MAKE) -C include $@ + $(MAKE) -C interfaces $@ + $(MAKE) -C bin $@ + $(MAKE) -C pl $@ +@@ -47,7 +46,6 @@ + $(MAKE) -C port $@ + $(MAKE) -C timezone $@ + $(MAKE) -C backend $@ +- $(MAKE) -C include $@ + $(MAKE) -C interfaces $@ + $(MAKE) -C bin $@ + $(MAKE) -C pl $@ +@@ -61,7 +59,6 @@ + -$(MAKE) -C port $@ + -$(MAKE) -C timezone $@ + -$(MAKE) -C backend $@ +- -$(MAKE) -C include $@ + -$(MAKE) -C interfaces $@ + -$(MAKE) -C bin $@ + -$(MAKE) -C pl $@ |