From 6e5681289ea1b67d58942fc2c6613736180c49bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Mon, 15 Aug 2022 22:12:50 +0100 Subject: [PATCH] gloobus-preview: fix build with autoconf 2.71 --- srcpkgs/gloobus-preview/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/gloobus-preview/template b/srcpkgs/gloobus-preview/template index 96b57be7522..28dd6f12649 100644 --- a/srcpkgs/gloobus-preview/template +++ b/srcpkgs/gloobus-preview/template @@ -23,5 +23,6 @@ if [ -z "$CROSS_BUILD" ]; then fi pre_configure() { + vsed -i '/ACX_PTHREAD()/d' configure.ac autoreconf -fi }