summaryrefslogtreecommitdiff
path: root/chat/inspircd12/patches/patch-ad
blob: f1e9dcc8c7e8df29c25bbde2bef858fc38f7e6e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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) = @_;