Merge pull request #2229 from MamayAlexander/lxpanel

lxpanel: unbreak musl
This commit is contained in:
Juan RP 2015-08-11 08:40:51 +02:00
commit c5fbbd9a9c
2 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1,21 @@
--- a/plugins/netstat/devproc.c
+++ b/plugins/netstat/devproc.c
@@ -25,15 +25,15 @@
#include <net/if.h>
#include <net/if_arp.h>
#include <arpa/inet.h>
-#include <linux/sockios.h>
-#include <linux/types.h>
-#include <linux/ethtool.h>
#include <iwlib.h>
#include "nsconfig.h"
#include "netstat.h"
#include "statusicon.h"
#include "devproc.h"
#include "dbg.h"
+#include <linux/sockios.h>
+#include <linux/types.h>
+#include <linux/ethtool.h>
/* network device list */
static void netproc_netdevlist_add(NETDEVLIST_PTR *netdev_list,

View file

@ -1,7 +1,7 @@
# Template file for 'lxpanel'
pkgname=lxpanel
version=0.8.1
revision=1
revision=2
lib32disabled=yes
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
@ -15,6 +15,7 @@ license="GPL-2"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${SOURCEFORGE_SITE}/lxde/$pkgname-$version.tar.xz"
checksum=c657eb049a0f59e7b2d1ad6cb621c272833b765705c19089e48b3c248351b1e0
patch_args="-p1"
lxpanel-devel_package() {
depends="menu-cache-devel ${sourcepkg}>=${version}_${revision}"