pkgsrc/multimedia/minidlna/patches/patch-upnpglobalvars.c
drochner 3c84e9b1aa import the FreeBSD port of minidlna, with minor adaptions to make it
build and start up on NetBSD
not tested with a real media renderer yet
2012-10-15 22:48:01 +00:00

13 lines
329 B
C

$NetBSD: patch-upnpglobalvars.c,v 1.1 2012/10/15 22:48:02 drochner Exp $
--- upnpglobalvars.c.orig 2012-10-15 19:22:17.000000000 +0000
+++ upnpglobalvars.c
@@ -48,7 +48,7 @@
*/
#include <sys/types.h>
#include <netinet/in.h>
-#include <linux/limits.h>
+#include <limits.h>
#include "config.h"
#include "upnpglobalvars.h"