diff options
Diffstat (limited to 'net/p5-Net')
-rw-r--r-- | net/p5-Net/files/patch-Configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/p5-Net/files/patch-Configure b/net/p5-Net/files/patch-Configure new file mode 100644 index 000000000000..69f8012df908 --- /dev/null +++ b/net/p5-Net/files/patch-Configure @@ -0,0 +1,12 @@ +--- ./Configure.orig 2014-05-31 00:05:23.000000000 +0200 ++++ ./Configure 2014-07-26 12:24:59.000000000 +0200 +@@ -267,8 +267,7 @@ + Do you want to modify/update your configuration (y|n) ? + EDQ + +- $opt_d = 1 +- unless get_bool($msg,0); ++ $opt_d = 1; + } + + #--------------------------------------------------------------------------- |