From a9c1154081fdc40d96062c73ecb25cf6f93f8b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 8 Aug 2025 22:34:10 +0700 Subject: [PATCH] swiften: fix build --- srcpkgs/swiften/patches/boost-atomic-armv6.patch | 10 ++++++++++ srcpkgs/swiften/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/swiften/patches/boost-atomic-armv6.patch diff --git a/srcpkgs/swiften/patches/boost-atomic-armv6.patch b/srcpkgs/swiften/patches/boost-atomic-armv6.patch new file mode 100644 index 00000000000..c5f09855f11 --- /dev/null +++ b/srcpkgs/swiften/patches/boost-atomic-armv6.patch @@ -0,0 +1,10 @@ +--- a/3rdParty/Boost/src/libs/atomic/src/lockpool.cpp ++++ b/3rdParty/Boost/src/libs/atomic/src/lockpool.cpp +@@ -28,6 +28,7 @@ + #endif + + #include ++#include + #include + + namespace boost { diff --git a/srcpkgs/swiften/template b/srcpkgs/swiften/template index 35f28a03b62..3485247143e 100644 --- a/srcpkgs/swiften/template +++ b/srcpkgs/swiften/template @@ -31,7 +31,7 @@ pre_patch() { rm -rf 3rdParty/Expat/src rm -rf 3rdParty/LibIDN/src rm -rf 3rdParty/LibMiniUPnPc/src - rm -rf 3rdParty/LibNATPMP/src + # rm -rf 3rdParty/LibNATPMP/src rm -rf 3rdParty/Lua/src # rm -rf 3rdParty/SCons rm -rf 3rdParty/SQLite/sqlite*