mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
453 B
Plaintext
14 lines
453 B
Plaintext
$NetBSD: patch-ad,v 1.2 2009/08/29 22:42:47 adrianp Exp $
|
|
|
|
--- make/configure.pm.orig 2009-08-28 21:16:38.000000000 +0100
|
|
+++ make/configure.pm
|
|
@@ -22,7 +22,7 @@ use POSIX;
|
|
use make::utilities;
|
|
our @EXPORT = qw(promptnumeric dumphash is_dir getmodules getrevision getcompilerflags getlinkerflags getdependencies nopedantic resolve_directory yesno showhelp promptstring_s);
|
|
|
|
-my $no_svn = 0;
|
|
+my $no_svn = 1;
|
|
|
|
sub yesno {
|
|
my ($flag,$prompt) = @_;
|