mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 15:33:24 -04:00
16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
$NetBSD: patch-ab,v 1.2 2012/05/25 17:08:46 asau Exp $
|
|
|
|
--- src/cmd/INIT/make.probe.orig 2011-06-01 14:06:48.000000000 +0400
|
|
+++ src/cmd/INIT/make.probe 2012-05-23 19:45:56.000000000 +0400
|
|
@@ -930,9 +930,7 @@
|
|
done
|
|
fi
|
|
if $cc -c require.$src
|
|
- then p='
|
|
-/usr/proberun/lib:/local/runprobe/lib
|
|
-'
|
|
+ then p='/usr/proberun/lib:/local/runprobe/lib'
|
|
eval set x $probe_ldrunpath
|
|
while :
|
|
do shift
|