diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2005-10-08 23:06:24 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2005-10-08 23:06:24 +0000 |
commit | 132d673827d90a8fa0be1dccb373c5339012aa63 (patch) | |
tree | 37023a24f88190862c1e2f9ec1a3d79dc52fec1e /dev-db/postgresql/files/postgresql-8.0.4-gentoo.patch | |
parent | version bump (diff) | |
download | gentoo-2-132d673827d90a8fa0be1dccb373c5339012aa63.tar.gz gentoo-2-132d673827d90a8fa0be1dccb373c5339012aa63.tar.bz2 gentoo-2-132d673827d90a8fa0be1dccb373c5339012aa63.zip |
version bump
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-db/postgresql/files/postgresql-8.0.4-gentoo.patch')
-rw-r--r-- | dev-db/postgresql/files/postgresql-8.0.4-gentoo.patch | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-db/postgresql/files/postgresql-8.0.4-gentoo.patch b/dev-db/postgresql/files/postgresql-8.0.4-gentoo.patch new file mode 100644 index 000000000000..7cac7ad65b3b --- /dev/null +++ b/dev-db/postgresql/files/postgresql-8.0.4-gentoo.patch @@ -0,0 +1,39 @@ +diff -Naru postgresql-8.0.3.org/src/interfaces/Makefile postgresql-8.0.3/src/interfaces/Makefile +--- postgresql-8.0.3.org/src/interfaces/Makefile 2004-04-20 01:33:51.000000000 +0100 ++++ postgresql-8.0.3/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.0.3.org/src/Makefile postgresql-8.0.3/src/Makefile +--- postgresql-8.0.3.org/src/Makefile 2005-01-13 18:23:21.000000000 +0000 ++++ postgresql-8.0.3/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 $@ |