mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
329 B
Plaintext
13 lines
329 B
Plaintext
$NetBSD: patch-ar,v 1.1 2010/05/16 18:46:11 asau Exp $
|
|
|
|
Use installed swipl-ld wrapper.
|
|
|
|
--- packages/swipl-ld.sh.in.orig 2010-05-07 00:13:28.000000000 +0400
|
|
+++ packages/swipl-ld.sh.in 2010-05-16 18:36:32.000000000 +0400
|
|
@@ -21,4 +21,4 @@
|
|
fi
|
|
export @DLLIBVAR@
|
|
|
|
-$bdir/swipl-ld -pl $bdir/$PL "$@"
|
|
+swipl-ld -pl $bdir/$PL "$@"
|