summaryrefslogtreecommitdiff
path: root/dev-perl/DBD-InterBase/files/DBD-InterBase-0.46-no-test.patch
Side-by-side diff
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 @@
+diff --git a/Makefile.PL b/Makefile.PL
+index dcd4572..beed124 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -544,7 +544,7 @@ else
+ }
+
+ # create the test config file
+-make_test_conf();
++# make_test_conf();
+
+ # and last but not least write the makefile
+ WriteMakefile(%MakeParams);