aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wiredtiger/10-fix-code-generator.patch
diff options
context:
space:
mode:
authorPhilipp Andronov <filipp.andronov@gmail.com>2015-05-16 09:35:06 +0000
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2015-06-19 12:07:29 +0200
commite3f9b82606c39e2d4c168638825651d268219b68 (patch)
treef5ec7b46b2ad0204befe226e3bdb8461ba88f397 /testing/wiredtiger/10-fix-code-generator.patch
parentcfd1b987c1a3fb7bba7da7a59cb2ba016ac25df7 (diff)
downloadaports-e3f9b82606c39e2d4c168638825651d268219b68.tar.bz2
aports-e3f9b82606c39e2d4c168638825651d268219b68.tar.xz
testing/wiredtiger: new aport
High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management. http://www.wiredtiger.com This package is a dependency of incoming MongoDB package.
Diffstat (limited to 'testing/wiredtiger/10-fix-code-generator.patch')
-rw-r--r--testing/wiredtiger/10-fix-code-generator.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/wiredtiger/10-fix-code-generator.patch b/testing/wiredtiger/10-fix-code-generator.patch
new file mode 100644
index 0000000000..618106f511
--- /dev/null
+++ b/testing/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(.*)[ ]*//' \