pkgsrc/audio/icecast1/patches/patch-ad

13 lines
345 B
Text

$NetBSD: patch-ad,v 1.1 2004/04/11 05:48:34 kim Exp $
--- src/client.c.orig 2001-08-01 20:56:47.000000000 -0400
+++ src/client.c 2004-04-11 01:41:01.000000000 -0400
@@ -476,6 +476,8 @@
return 1;
if (strstr(val, "RMA/1.0"))
return 1;
+ if (strstr(val, "NSPlayer/9"))
+ return 0;
if (strstr(val, "NSPlayer"))
return 1;
return 0;