Source: sushi
Followup-For: Bug #652783

Hi,

attached you find a patch that solves the issue.

Regards from the credativ BSP
Evgeni

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: Fix FTBFS with new gupnp-igd API
Author: Evgeni Golov <evg...@debian.org>
Bug-Debian: http://bugs.debian.org/652783
--- sushi-1.3.0+dfsg.orig/maki/source/network.c
+++ sushi-1.3.0+dfsg/maki/source/network.c
@@ -178,7 +178,7 @@ makiNetwork* maki_network_new (makiInsta
 	net->lock = g_mutex_new();
 
 #ifdef HAVE_GUPNP_IGD_1_0
-	net->upnp_igd = gupnp_simple_igd_new(NULL);
+	net->upnp_igd = gupnp_simple_igd_new();
 #endif
 
 	return net;

Reply via email to