From 8a901de31fa055ed591d487e12f8bb9ffcc0df21 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 11 Mar 2019 16:04:34 -0600 Subject: community/mongodb: expunge nonfree software Upstream has switched to a nonfree license. --- non-free/wiredtiger/10-fix-code-generator.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 non-free/wiredtiger/10-fix-code-generator.patch (limited to 'non-free/wiredtiger/10-fix-code-generator.patch') diff --git a/non-free/wiredtiger/10-fix-code-generator.patch b/non-free/wiredtiger/10-fix-code-generator.patch new file mode 100644 index 0000000000..618106f511 --- /dev/null +++ b/non-free/wiredtiger/10-fix-code-generator.patch @@ -0,0 +1,11 @@ +--- orig/wiredtiger-2.6.0/dist/s_typedef ++++ wiredtiger-2.6.0/dist/s_typedef +@@ -21,7 +21,7 @@ + l=`ls ../src/include/*.[hi] ../src/include/*.in | + sed -e '/wiredtiger.*/d' -e '/queue.h/d'` + egrep -h \ +- '^[ ]*(((struct|union)[ ].*__wt_.*{)|WT_PACKED_STRUCT_BEGIN)' \ ++ '^[ ]*(((struct|union)[ ].*__wt_.*\{)|WT_PACKED_STRUCT_BEGIN)' \ + $l | + sed -e 's/WT_PACKED_STRUCT_BEGIN(\(.*\))/struct \1 {/' \ + -e 's/WT_COMPILER_TYPE_ALIGN(.*)[ ]*//' \ -- cgit v1.2.3