From dd4dca2e6f5a10a640797110e26ed2fb3d9a781d 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, 30 Aug 2024 23:20:15 +0700 Subject: [PATCH] libcmis: rm patches --- ...no-include-cxx-headers-from-extern-c.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 srcpkgs/libcmis/patches/no-include-cxx-headers-from-extern-c.patch diff --git a/srcpkgs/libcmis/patches/no-include-cxx-headers-from-extern-c.patch b/srcpkgs/libcmis/patches/no-include-cxx-headers-from-extern-c.patch deleted file mode 100644 index cb03051e91c..00000000000 --- a/srcpkgs/libcmis/patches/no-include-cxx-headers-from-extern-c.patch +++ /dev/null @@ -1,19 +0,0 @@ -FTBFS: /usr/include/c++/9.2/memory:146:1: error: template with C linkage - ---- a/inc/libcmis-c/repository.h -+++ b/inc/libcmis-c/repository.h -@@ -28,12 +28,12 @@ - #ifndef _REPOSITORY_H_ - #define _REPOSITORY_H_ - -+#include -+ - #ifdef __cplusplus - extern "C" { - #endif - --#include -- - #include "libcmis-c/libcmis-c-api.h" - #include "libcmis-c/types.h" -