diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-18 16:06:05 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-18 16:06:05 +0000 |
commit | a87c59f3524ca031a40d21ba82e00b26383e6b6f (patch) | |
tree | 7d9fd80d7aa2313b384638ef50b34a852b94a8a1 /mbone/rat/files/patch-ad | |
parent | Update to latest set of patches (diff) |
The port was suffering bit rot deriving from differences between the
previous pcm driver and newpcm. This replacement port adds newpcm
mixer support and brings port up to date with the current rat release
(4.2.9).
PR: 21333
Submitted by: maintainer
Diffstat (limited to 'mbone/rat/files/patch-ad')
-rw-r--r-- | mbone/rat/files/patch-ad | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/mbone/rat/files/patch-ad b/mbone/rat/files/patch-ad index b1756adb31a2..aa499c0f54ab 100644 --- a/mbone/rat/files/patch-ad +++ b/mbone/rat/files/patch-ad @@ -1,13 +1,11 @@ ---- common/net_udp.c.orig Tue Jun 22 10:54:05 1999 -+++ common/net_udp.c Mon Jan 24 17:14:12 2000 -@@ -335,6 +335,10 @@ - } - } +--- rat/Makefile.in.orig Sat Sep 16 20:45:21 2000 ++++ rat/Makefile.in Sat Sep 16 20:45:29 2000 +@@ -15,7 +15,7 @@ + ECHO = echo -+#ifndef IPV6_ADD_MEMBERSHIP -+#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP -+#endif -+ - if (IN6_IS_ADDR_MULTICAST(&(s->addr6))) { - unsigned int loop = 1; - struct ipv6_mreq imr; + VERSION = @VERSION@ +-RATVER = rat-$(VERSION) ++RATVER = rat + + AU_OBJ = @AU_OBJ@ + AU_INC = @AU_INC@ |