diff --git a/srcpkgs/ffsend/template b/srcpkgs/ffsend/template index 5bc9daedbc..01d3ad75b1 100644 --- a/srcpkgs/ffsend/template +++ b/srcpkgs/ffsend/template @@ -11,3 +11,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/timvisee/ffsend" distfiles="https://github.com/timvisee/ffsend/archive/v${version}.tar.gz" checksum=cb2dcc422f4347302beed5adb3f9a5d2d89719f9f98d0c19a21b9806f56d564b + +case "$XBPS_TARGET_MACHINE" in + i686) broken="undefined reference to 'time::NSEC_PER_SEC'" ;; +esac