diff options
author | gavan <gavan@pkgsrc.org> | 2004-11-02 15:56:03 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2004-11-02 15:56:03 +0000 |
commit | 01d6c5ebf822f7a98158f23ff1b411e05b83b06a (patch) | |
tree | e4d30e24eef1e8a7e4628c70bacbe0bf885f3954 /comms/pilot-link | |
parent | ad3dee3559022c7aad439b37a666af755510791f (diff) | |
download | pkgsrc-01d6c5ebf822f7a98158f23ff1b411e05b83b06a.tar.gz |
Remove old patch which causes LD to be ignored. This fixes builds on Solaris.
Diffstat (limited to 'comms/pilot-link')
-rw-r--r-- | comms/pilot-link/distinfo | 4 | ||||
-rw-r--r-- | comms/pilot-link/patches/patch-aa | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/comms/pilot-link/distinfo b/comms/pilot-link/distinfo index a070b294bee..a84bc46822e 100644 --- a/comms/pilot-link/distinfo +++ b/comms/pilot-link/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2003/09/28 15:09:50 tron Exp $ +$NetBSD: distinfo,v 1.14 2004/11/02 15:56:03 gavan Exp $ SHA1 (pilot-link-0.11.7.tar.bz2) = f1ae56d3aad5d793f58fac4d3a51ca0c0f517262 Size (pilot-link-0.11.7.tar.bz2) = 669470 bytes -SHA1 (patch-aa) = 87ea9401603bd55d62ac2fa17ad45ff16baeda4d +SHA1 (patch-aa) = 842f3abe3c9c794206ee21fa835c8da34f6cbc8a SHA1 (patch-ab) = add1156600a681cc0ae30c5d9095b4f1bb6739c3 SHA1 (patch-ac) = 1a5c5946a23850910849d3f58011b2e9086d7641 SHA1 (patch-ad) = 91e0a72a0f2d313173024c9edacfa0b92fb33b3d diff --git a/comms/pilot-link/patches/patch-aa b/comms/pilot-link/patches/patch-aa index 5a0cd425c8d..b8895447a3f 100644 --- a/comms/pilot-link/patches/patch-aa +++ b/comms/pilot-link/patches/patch-aa @@ -1,16 +1,7 @@ -$NetBSD: patch-aa,v 1.8 2003/01/10 04:30:18 rh Exp $ +$NetBSD: patch-aa,v 1.9 2004/11/02 15:56:03 gavan Exp $ --- configure.orig Mon Jan 6 09:45:21 2003 +++ configure -@@ -1868,7 +1868,7 @@ fi - if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else -- if test -z "$LD"; then -+ if true; then - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR - for ac_dir in $PATH; do - test -z "$ac_dir" && ac_dir=. @@ -6685,7 +6685,7 @@ EOF usb_type=linux msg_usb="yes, Linux" |