summaryrefslogtreecommitdiff
path: root/devel/p5-Inline-CPP/files/patch-Makefile.PL
blob: 07edc94273fbaf7caf2a0e3e6a363c7fbc5c2e43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.PL.orig	2015-09-10 19:21:06 UTC
+++ Makefile.PL
@@ -37,10 +37,10 @@ check_prereqs( \%PREREQ_PM ) or warn "!!
 my( $cc_guess, $libs_guess ) = guess_compiler();
 
 my $cpp_compiler
-  = prompt( "What C++ compiler would you like to use?", $cc_guess );
+  = $cc_guess;
 
 my $libs
-  = prompt( "What default libraries would you like to include?", $libs_guess );
+  = $libs_guess;
 
 configure_distribution( $test_cpp_filename, $cpp_compiler, $libs );