mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
466 B
Plaintext
14 lines
466 B
Plaintext
$NetBSD: patch-ab,v 1.3 2006/05/07 01:47:00 chap Exp $
|
|
|
|
--- configure.orig 2006-03-03 12:54:12.000000000 +0100
|
|
+++ configure 2006-03-03 12:55:35.000000000 +0100
|
|
@@ -2765,7 +2765,7 @@
|
|
;;
|
|
*)
|
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
|
|
- ac_dummy="$PATH:/usr/sbin:/sbin:/usr/local/sbin"
|
|
+ ac_dummy="$PATH:/usr/sbin:/sbin:/usr/local/sbin:$prefix/sbin"
|
|
for ac_dir in $ac_dummy; do
|
|
test -z "$ac_dir" && ac_dir=.
|
|
if test -f $ac_dir/$ac_word; then
|