summaryrefslogtreecommitdiff
path: root/net/speedtouch
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2006-08-18 18:33:39 +0000
committerabs <abs@pkgsrc.org>2006-08-18 18:33:39 +0000
commit5863f3023be53aea51e614088d9a7f0a6bda0ca2 (patch)
tree0724bcd3de8a8df43712b3199947b3238a422402 /net/speedtouch
parentd7a4ba66996974e3d75e7dab1c13bf1c99756523 (diff)
downloadpkgsrc-5863f3023be53aea51e614088d9a7f0a6bda0ca2.tar.gz
Remove incorrect extern variable declaration which stopped compilation
under gcc4. No change to generated code, so no PKGREVISION change.
Diffstat (limited to 'net/speedtouch')
-rw-r--r--net/speedtouch/distinfo3
-rw-r--r--net/speedtouch/patches/patch-af12
2 files changed, 14 insertions, 1 deletions
diff --git a/net/speedtouch/distinfo b/net/speedtouch/distinfo
index b0796f6407c..52d51e3150f 100644
--- a/net/speedtouch/distinfo
+++ b/net/speedtouch/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/02/24 12:14:04 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/08/18 18:33:39 abs Exp $
SHA1 (speedtouch-1.3.1.tar.bz2) = 9f2bd1d2800686fa96b38bb3de8283fcf5b39a5c
RMD160 (speedtouch-1.3.1.tar.bz2) = 88e64bb415db535078915d10684262b5e57f55dc
@@ -11,3 +11,4 @@ SHA1 (patch-ab) = dd6e17f0ad153cbe57055ff843467617dae0c311
SHA1 (patch-ac) = 38988d90e2827dddff0d52b1bf8c987574a96cf8
SHA1 (patch-ad) = 14cb77ff43a7df73791920eb883b32805ff25cc9
SHA1 (patch-ae) = ef41e43b28ce7b9310d37f6babf36cf22971d664
+SHA1 (patch-af) = b944431edede2c289f5d8bfa5feed290ede3ed5d
diff --git a/net/speedtouch/patches/patch-af b/net/speedtouch/patches/patch-af
new file mode 100644
index 00000000000..cb89e5417ba
--- /dev/null
+++ b/net/speedtouch/patches/patch-af
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2006/08/18 18:33:39 abs Exp $
+
+--- src/modem.h.orig 2006-08-18 19:30:02.000000000 +0100
++++ src/modem.h
+@@ -38,7 +38,4 @@
+ #define EP_CODE_IN 0x85
+ #define EP_CODE_OUT 0x05
+
+-/* Global Variables */
+-extern int verbose;
+-
+ #endif