pkgsrc/net/libmms/patches/patch-src_mms.c
wiz 7b71c49d97 Update to 0.6.4:
2014-04-08 libmms-0.6.4 release (blutomat <blutomat@gmail.com>)
---------------------------------------------------------------

* Fix a possible heap memory overrun in get_answer().
  Reported by Alex Chapman.

2014-04-02 libmms-0.6.3 release (blutomat <blutomat@gmail.com>)
---------------------------------------------------------------

* Some changes for more recent automake versions
* Remove glib dependency from uri.c and thus from whole libmms, patch by Andre Przywara
  http://sourceforge.net/p/libmms/patches/11/
* Fix several issues that prevented seeking from working, patch by John Lindgren
  http://sourceforge.net/p/libmms/patches/12/
* Remove dependency on iconv
  https://sourceforge.net/p/libmms/bugs/15/
* Fix connecting to certain mms streams, patch by gstblub
  http://sourceforge.net/p/libmms/bugs/13/
2014-04-17 11:15:09 +00:00

17 lines
325 B
C

$NetBSD: patch-src_mms.c,v 1.2 2014/04/17 11:15:09 wiz Exp $
* for the case missing AI_ADDRCONFIG
--- src/mms.c.orig 2014-04-09 03:02:22.000000000 +0000
+++ src/mms.c
@@ -73,6 +73,10 @@
#include "utf.h"
#include "mms-common.h"
+#ifndef AI_ADDRCONFIG
+#define AI_ADDRCONFIG 0
+#endif
+
/*
* mms specific types
*/