summaryrefslogtreecommitdiff
path: root/devel/p5-Inline-CPP/files/patch-Makefile.PL
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-01-18 16:00:45 +0000
committerChris Rees <crees@FreeBSD.org>2013-01-18 16:00:45 +0000
commitf0bc5c13258777d81d7569e28823a4bc863602a0 (patch)
tree7f09f7acdea4667e102d46417f1a6f3175a52a1d /devel/p5-Inline-CPP/files/patch-Makefile.PL
parentUpdate to 1.8.8 (diff)
Remove interactivity
Reviewed by: bapt
Notes
Notes: svn path=/head/; revision=310613
Diffstat (limited to 'devel/p5-Inline-CPP/files/patch-Makefile.PL')
-rw-r--r--devel/p5-Inline-CPP/files/patch-Makefile.PL15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p5-Inline-CPP/files/patch-Makefile.PL b/devel/p5-Inline-CPP/files/patch-Makefile.PL
new file mode 100644
index 000000000000..377fc652d0f2
--- /dev/null
+++ b/devel/p5-Inline-CPP/files/patch-Makefile.PL
@@ -0,0 +1,15 @@
+--- ./Makefile.PL.orig 2013-01-01 03:27:22.000000000 +0800
++++ ./Makefile.PL 2013-01-01 03:30:52.000000000 +0800
+@@ -121,10 +121,9 @@
+ print "This will configure and build Inline::C++.\n";
+
+ my $cpp_compiler
+- = prompt( "What default C++ compiler would you like to use?", $cc_guess );
++ = $cc_guess;
+
+-my $libs = prompt( "What default libraries would you like to include?",
+- $libs_guess );
++my $libs = $libs_guess;
+
+ #============================================================================
+ # Test whether the compiler prefers <iostream> or <iostream.h>.