diff options
author | wiz <wiz> | 2005-05-31 12:31:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-05-31 12:31:59 +0000 |
commit | d26248edd621f45e63032f218b31d1f66482fb14 (patch) | |
tree | 5a22073c662a7bf2cd31922882d52c791481e5d8 /net | |
parent | e80c5469811e326151d73800cc81c2d9267c2096 (diff) | |
download | pkgsrc-d26248edd621f45e63032f218b31d1f66482fb14.tar.gz |
Add patch that should fix build on amd64.
Provided by author in private mail.
Diffstat (limited to 'net')
-rw-r--r-- | net/wistumbler2/distinfo | 3 | ||||
-rw-r--r-- | net/wistumbler2/patches/patch-aa | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/net/wistumbler2/distinfo b/net/wistumbler2/distinfo index 9695e300926..7cbada43533 100644 --- a/net/wistumbler2/distinfo +++ b/net/wistumbler2/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.7 2005/05/25 14:47:05 wiz Exp $ +$NetBSD: distinfo,v 1.8 2005/05/31 12:31:59 wiz Exp $ SHA1 (wistumbler2-2.0pre10.tar.gz) = 1167dfbc53cdf43cca357fefd2153be9f4657669 RMD160 (wistumbler2-2.0pre10.tar.gz) = 27a1539c93560c753d9951c5c236108bf38d8639 Size (wistumbler2-2.0pre10.tar.gz) = 45972 bytes +SHA1 (patch-aa) = 0b5c4409489d334f235373b67dcb3344f7839ea2 diff --git a/net/wistumbler2/patches/patch-aa b/net/wistumbler2/patches/patch-aa new file mode 100644 index 00000000000..b83af9c3c46 --- /dev/null +++ b/net/wistumbler2/patches/patch-aa @@ -0,0 +1,9 @@ +$NetBSD: patch-aa,v 1.3 2005/05/31 12:31:59 wiz Exp $ + +--- CONFIG.orig 2005-05-24 17:49:08.000000000 +0200 ++++ CONFIG +@@ -8,4 +8,3 @@ GTK_LD=@GTK_LDFLAGS@ + CFLAGS+=@CFLAGS@ -DUSE_GTK=@USE_GTK@ + LDFLAGS+=@LDFLAGS@ @PTHREAD_LIBS@ + CFLAGS+=-DUSE_PCAP=@HAVE_LIB_PCAP@ +-CFLAGS+=-DSPEAKER_PRESENT |