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, 0 insertions, 12 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 deleted file mode 100644 index 0f887e28d22c..000000000000 --- a/dev-db/postgresql/files/postgresql-8.2.4-no-test.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 - |