blob: ffb2d12076f46571aae778f20f07b6baedf2deab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2008/01/31 13:32:46 rillig Exp $
--- svn-config.pl.orig 2007-06-11 04:50:03.000000000 -0400
+++ svn-config.pl
@@ -47,7 +47,7 @@ if( $libs ) {
}
if( $includes ) {
- open(IN, "ls -d /usr/include/subversion* 2>/dev/null |");
+ open(IN, "ls -d @LOCALBASE@/include/subversion-* 2>/dev/null |");
while( <IN> ) {
chomp();
$out_includes = $out_includes."-I".$_." ";
|