diff options
Diffstat (limited to 'dev-db/postgresql/files/postgresql-8.2.4-no-test.patch')
-rw-r--r-- | dev-db/postgresql/files/postgresql-8.2.4-no-test.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-db/postgresql/files/postgresql-8.2.4-no-test.patch b/dev-db/postgresql/files/postgresql-8.2.4-no-test.patch new file mode 100644 index 0000000..0f887e2 --- /dev/null +++ b/dev-db/postgresql/files/postgresql-8.2.4-no-test.patch @@ -0,0 +1,12 @@ +diff --git a/src/Makefile b/src/Makefile +index 5eb7c4a..0f9fff0 100644 +--- a/src/Makefile ++++ b/src/Makefile +@@ -22,7 +22,6 @@ all install installdirs uninstall dep de + $(MAKE) -C bin $@ + $(MAKE) -C pl $@ + $(MAKE) -C makefiles $@ +- $(MAKE) -C test/regress $@ + + install: install-local + |