From d941600d1c86709418cc244f2ff610de06de315d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 8 Jul 2024 10:46:03 +0700 Subject: [PATCH] libreoffice: correct ZXing check_include Nothing is changed, but more correct semantic. --- srcpkgs/libreoffice/patches/008-zxing.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libreoffice/patches/008-zxing.patch b/srcpkgs/libreoffice/patches/008-zxing.patch index 133b28c605e..0cd076771ee 100644 --- a/srcpkgs/libreoffice/patches/008-zxing.patch +++ b/srcpkgs/libreoffice/patches/008-zxing.patch @@ -79,8 +79,9 @@ Description: we should always check for full path +#include #endif - #if __has_include() +-#if __has_include() -#include ++#if __has_include() +#include #else -#include