diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-07-26 10:30:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-07-26 10:30:05 +0000 |
commit | 6748514eb43d3fdb12d568b08b5cd61f78309076 (patch) | |
tree | b14ed5b336dab1082b8eff1b78d9a9784f7b6edc /net/p5-Net/files/patch-Configure | |
parent | - Switch to USES=libtool, drop .la files (diff) |
Make non interactive.
PR: 192130
Submitted by: rakuko
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=362963
Diffstat (limited to 'net/p5-Net/files/patch-Configure')
-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; + } + + #--------------------------------------------------------------------------- |