diff options
Diffstat (limited to 'audio/rat/files/patch-ad')
-rw-r--r-- | audio/rat/files/patch-ad | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/audio/rat/files/patch-ad b/audio/rat/files/patch-ad index b1756adb31a2..aa499c0f54ab 100644 --- a/audio/rat/files/patch-ad +++ b/audio/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@ |