summaryrefslogtreecommitdiff
path: root/net/speedtouch/patches/patch-ae
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2004-12-23 18:11:18 +0000
committerskrll <skrll@pkgsrc.org>2004-12-23 18:11:18 +0000
commit66d3c5ee50eed730eab9100c56c40ad98ce494cf (patch)
tree854027673e974e327c13de1b955ace7312b27870 /net/speedtouch/patches/patch-ae
parente433714f0a4589ca29bd2723bc04d1f35e93e576 (diff)
downloadpkgsrc-66d3c5ee50eed730eab9100c56c40ad98ce494cf.tar.gz
Update speedtouch to 1.3.1.
The main changes is to support revision 4 modems (silver cycle helmet/beetle) and to use the threaded pppo3 if native threads are available. Tested on: - stringray by David Brownlee (abs@) and me - purple cycle helmet/beetle by David Brownlee - silver cycle helment/beetle by me
Diffstat (limited to 'net/speedtouch/patches/patch-ae')
-rw-r--r--net/speedtouch/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/speedtouch/patches/patch-ae b/net/speedtouch/patches/patch-ae
new file mode 100644
index 00000000000..7a6cba35eed
--- /dev/null
+++ b/net/speedtouch/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2004/12/23 18:11:18 skrll Exp $
+
+--- hotplug/Makefile.in.orig 2004-09-29 21:56:31.000000000 +0100
++++ hotplug/Makefile.in
+@@ -28,7 +28,7 @@ all: speedtouch
+
+ speedtouch: speedtouch.in Makefile
+ rm -f $@ $@.tmp
+- $(edit) < $< > $@.tmp
++ $(edit) speedtouch.in > $@.tmp
+ chmod a+x $@.tmp
+ mv $@.tmp $@
+