diff options
author | bouyer <bouyer> | 2002-10-27 17:56:24 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2002-10-27 17:56:24 +0000 |
commit | 0d4f77fcd3f2e7baa3bcb09271527eb4dad95449 (patch) | |
tree | 4e9412f424343433174996a4fdf8494c3ac658df /comms/pilot-link | |
parent | a5e41586394329ef5daf4c00ea96d23a788c1482 (diff) | |
download | pkgsrc-0d4f77fcd3f2e7baa3bcb09271527eb4dad95449.tar.gz |
Don't use use LD even if set, we did all the previous tests with ${ac_prog}
Diffstat (limited to 'comms/pilot-link')
-rw-r--r-- | comms/pilot-link/distinfo | 3 | ||||
-rw-r--r-- | comms/pilot-link/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/comms/pilot-link/distinfo b/comms/pilot-link/distinfo index 9b69b90961b..264e5d3d772 100644 --- a/comms/pilot-link/distinfo +++ b/comms/pilot-link/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.10 2002/09/21 07:12:33 jlam Exp $ +$NetBSD: distinfo,v 1.11 2002/10/27 17:56:24 bouyer Exp $ SHA1 (pilot-link.0.9.5.tar.bz2) = cb026637bebad22a273b38edfd8633853d13e065 Size (pilot-link.0.9.5.tar.bz2) = 424794 bytes +SHA1 (patch-aa) = b57d1167c2311b900f17ceb4a9531a6d77e2aec9 SHA1 (patch-ab) = 098d934009c87949a4d6f3dbaed78c9803df1029 SHA1 (patch-ac) = 5d37048f9524e8d96b387c4ee22b4f91d4d4b6d7 SHA1 (patch-ad) = 4b2673db8f1ed28ab8e29a5d43dcecd44f0ec7d6 diff --git a/comms/pilot-link/patches/patch-aa b/comms/pilot-link/patches/patch-aa new file mode 100644 index 00000000000..2b88bc7a71b --- /dev/null +++ b/comms/pilot-link/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.7 2002/10/27 17:56:24 bouyer Exp $ + +--- configure.orig Sun Oct 20 15:25:57 2002 ++++ configure Sun Oct 20 15:26:38 2002 +@@ -950,7 +950,7 @@ + if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +- LD=${LD-$ac_prog} ++ LD=${ac_prog} + case "$LD" in + /*) + ac_cv_path_LD="$LD" # Let the user override the test with a path. |