diff --git a/srcpkgs/lxpanel/patches/10-devproc-lxpanel.patch b/srcpkgs/lxpanel/patches/10-devproc-lxpanel.patch index 0932a4be25..8b1169b886 100644 --- a/srcpkgs/lxpanel/patches/10-devproc-lxpanel.patch +++ b/srcpkgs/lxpanel/patches/10-devproc-lxpanel.patch @@ -1,6 +1,10 @@ --- a/plugins/netstat/devproc.c +++ b/plugins/netstat/devproc.c -@@ -25,15 +25,15 @@ +@@ -26,18 +26,19 @@ + #include + #include ++#include + #include #include #include #include diff --git a/srcpkgs/lxpanel/template b/srcpkgs/lxpanel/template index 4bdf3b2f74..babc26b136 100644 --- a/srcpkgs/lxpanel/template +++ b/srcpkgs/lxpanel/template @@ -17,6 +17,10 @@ distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz" checksum=516ac4c83494ee99b2a0d2466458519a9a2668272eeff6d2162af3683b634104 patch_args="-p1" +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) CFLAGS="-D_LINUX_IF_ETHER_H";; +esac + lxpanel-devel_package() { depends="menu-cache-devel ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"