void-packages/srcpkgs/libcmis/patches/no-include-cxx-headers-from-extern-c.patch
Đoàn Trần Công Danh 861ac185a6 srcpkgs/l*: convert patches to -Np1
```sh
git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" |
while read template; do
	for p in ${template%/template}/patches/*; do
		sed -i '
			\,^[+-][+-][+-] /dev/null,b
			/^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b
			s,^[*][*][*] ,&a/,
			/^--- /{
				s,\(^--- \)\(./\)*,\1a/,
				s,[.][Oo][Rr][Ii][Gg]\([	/]\),\1,
				s/[.][Oo][Rr][Ii][Gg]$//
				s/[.]patched[.]\([^.]\)/.\1/
				h
			}
			/^+++ -/{
				g
				s/^--- a/+++ b/
				b
			}
			s,\(^+++ \)\(./\)*,\1b/,
		' "$p"
	done
	sed -i '/^patch_args=/d' $template
done
```
2021-06-20 13:17:29 +07:00

19 lines
380 B
Diff

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 <libxml/tree.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <libxml/tree.h>
-
#include "libcmis-c/libcmis-c-api.h"
#include "libcmis-c/types.h"