diff options
author | agc <agc@pkgsrc.org> | 2002-05-30 16:16:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-05-30 16:16:29 +0000 |
commit | a3d8a7b0cbafcaa6e03dcf228dde0cbd2f4c3d14 (patch) | |
tree | 1a03d9595eebacaa6d9da5432ccafb6754c81b58 /net | |
parent | 76e957035e5f1af410e37a4d2e458a5894d930bf (diff) | |
download | pkgsrc-a3d8a7b0cbafcaa6e03dcf228dde0cbd2f4c3d14.tar.gz |
Bring forward the patch to configure.in to configure, since there's no
dependency on autoconf, and otherwise this package will not build on
-current.
Diffstat (limited to 'net')
-rw-r--r-- | net/gtk_wicontrol/distinfo | 4 | ||||
-rw-r--r-- | net/gtk_wicontrol/patches/patch-ac | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/net/gtk_wicontrol/distinfo b/net/gtk_wicontrol/distinfo index 5a3e0d46152..1ff55019e51 100644 --- a/net/gtk_wicontrol/distinfo +++ b/net/gtk_wicontrol/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.4 2001/07/30 10:28:43 wiz Exp $ +$NetBSD: distinfo,v 1.5 2002/05/30 16:16:29 agc Exp $ SHA1 (gtk_wicontrol-0.16.tar.gz) = 8cee862198288f07412c08a4ceb3c7878d4bedcf Size (gtk_wicontrol-0.16.tar.gz) = 116401 bytes SHA1 (patch-aa) = de30273b805bd016057225e88567df62f478075a SHA1 (patch-ab) = 5051bb4bad557707a6d1717d59a7f3040734c8e2 -SHA1 (patch-ac) = c6d523dcfdf08cb1168ff98b34fde426ee00c4e1 +SHA1 (patch-ac) = db965a3b001113c5bd4e2537d39a89a47e1001f5 SHA1 (patch-ad) = 459c231483dba268029d33b23f745d904dcabf5a SHA1 (patch-ae) = f9416a0396bde6d6b6a82e35c6fcba3fb6135c31 SHA1 (patch-af) = 34a1e065bbe22a0986fa22b100e56ee1f72269d5 diff --git a/net/gtk_wicontrol/patches/patch-ac b/net/gtk_wicontrol/patches/patch-ac index 4195e031b04..8e2978ee930 100644 --- a/net/gtk_wicontrol/patches/patch-ac +++ b/net/gtk_wicontrol/patches/patch-ac @@ -1,7 +1,16 @@ -$NetBSD: patch-ac,v 1.1 2001/03/06 04:19:59 itojun Exp $ +$NetBSD: patch-ac,v 1.2 2002/05/30 16:16:30 agc Exp $ ---- configure- Tue Mar 6 13:16:16 2001 -+++ configure Tue Mar 6 13:16:36 2001 +--- configure.orig Tue Mar 6 02:56:44 2001 ++++ configure Thu May 30 17:13:28 2002 +@@ -1632,7 +1632,7 @@ + fi + done + +-for ac_hdr in dev/pcmcia/if_wi_ieee.h machine/if_wavelan_ieee.h ++for ac_hdr in dev/pcmcia/if_wi_ieee.h machine/if_wavelan_ieee.h dev/ic/wi_ieee.h + do + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` + echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 @@ -3322,7 +3322,8 @@ cat conftest.$ac_ext >&5 rm -rf conftest* |