Bug#542636: libepc: FTBFS on GNU/kFreeBSD (tiny fixup)

Petr Salinger Petr.Salinger at seznam.cz
Thu Aug 20 15:22:23 UTC 2009


Package: libepc
Version: 0.3.10-1
Severity: important
Tags: patch
User: debian-bsd at lists.debian.org
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

It needs a small tweak, see bellow.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

                         Petr


--- tests/framework.c
+++ tests/framework.c
@@ -195,6 +195,10 @@
            goto out;
          }

+#if !defined(ifr_ifindex) && defined(ifr_index)
+#define ifr_ifindex ifr_index
+#endif
+
        ifaces[j].ifidx = req->ifr_ifindex;
        ifaces[j].mask = epc_test_result;








More information about the pkg-gnome-maintainers mailing list