r21019 - in /packages/unstable/libepc/debian: changelog patches/01_kfreebsd.patch

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Fri Aug 21 22:08:48 UTC 2009


Author: pochu-guest
Date: Fri Aug 21 22:08:48 2009
New Revision: 21019

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21019
Log:
debian/patches/01_kfreebsd.patch: Patch from Petr Salinger to build
on GNU/kFreeBSD. Closes: #542636.

Added:
    packages/unstable/libepc/debian/patches/01_kfreebsd.patch
Modified:
    packages/unstable/libepc/debian/changelog

Modified: packages/unstable/libepc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/changelog?rev=21019&op=diff
==============================================================================
--- packages/unstable/libepc/debian/changelog [utf-8] (original)
+++ packages/unstable/libepc/debian/changelog [utf-8] Fri Aug 21 22:08:48 2009
@@ -1,3 +1,10 @@
+libepc (0.3.10-2) UNRELEASED; urgency=low
+
+  * debian/patches/01_kfreebsd.patch: Patch from Petr Salinger to build
+    on GNU/kFreeBSD. Closes: #542636.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Fri, 21 Aug 2009 23:59:04 +0200
+
 libepc (0.3.10-1) unstable; urgency=low
 
   * Add a new binary package, libepc-common, to ship common files that

Added: packages/unstable/libepc/debian/patches/01_kfreebsd.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/patches/01_kfreebsd.patch?rev=21019&op=file
==============================================================================
--- packages/unstable/libepc/debian/patches/01_kfreebsd.patch (added)
+++ packages/unstable/libepc/debian/patches/01_kfreebsd.patch [utf-8] Fri Aug 21 22:08:48 2009
@@ -1,0 +1,13 @@
+--- 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-commits mailing list