summaryrefslogtreecommitdiff
path: root/dev-perl/DBD-InterBase/files/DBD-InterBase-0.46-no-test.patch
Unidiff
Diffstat (limited to 'dev-perl/DBD-InterBase/files/DBD-InterBase-0.46-no-test.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--dev-perl/DBD-InterBase/files/DBD-InterBase-0.46-no-test.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/DBD-InterBase/files/DBD-InterBase-0.46-no-test.patch b/dev-perl/DBD-InterBase/files/DBD-InterBase-0.46-no-test.patch
new file mode 100644
index 0000000..7cce483
--- a/dev/null
+++ b/dev-perl/DBD-InterBase/files/DBD-InterBase-0.46-no-test.patch
@@ -0,0 +1,13 @@
1diff --git a/Makefile.PL b/Makefile.PL
2index dcd4572..beed124 100644
3--- a/Makefile.PL
4+++ b/Makefile.PL
5@@ -544,7 +544,7 @@ else
6 }
7
8 # create the test config file
9-make_test_conf();
10+# make_test_conf();
11
12 # and last but not least write the makefile
13 WriteMakefile(%MakeParams);