13 lines
447 B
Text
13 lines
447 B
Text
$NetBSD: patch-ao,v 1.1 2006/02/17 23:26:29 wiz Exp $
|
|
|
|
--- configure.in.orig 2000-03-20 21:08:54.000000000 +0000
|
|
+++ configure.in
|
|
@@ -254,7 +254,7 @@ AC_OUTPUT([
|
|
])
|
|
|
|
dnl Generate the Makefile in the Perl library subdirectory.
|
|
-(cd XRacer && perl Makefile.PL PREFIX=$prefix)
|
|
+dnl (cd XRacer && perl Makefile.PL PREFIX=$prefix)
|
|
|
|
dnl For some reason the AC_OUTPUT macro doesn't preserve file permissions,
|
|
dnl so we must set them by hand here.
|