From 2067d201a497e8725db11f7b5f662959e8b68589 Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Sun, 29 Jan 2017 15:42:46 +0000 Subject: - Add patch-include_darray.h to fix typo - Rename patch-src-Sblib.cxx to patch-src_Sblib.cxx and regenerate with 'make makepatch' - Add patch-src_fs.cxx to enable Dposix_fadvise - Add patch-src_wit.cxx to fix fails to build with clang 4.0 [1] PR: 216235 [1] Submitted by: jbeich@ [1] MFH: 2017Q1 --- devel/silentbob/files/patch-src_wit.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/silentbob/files/patch-src_wit.cxx (limited to 'devel/silentbob/files/patch-src_wit.cxx') diff --git a/devel/silentbob/files/patch-src_wit.cxx b/devel/silentbob/files/patch-src_wit.cxx new file mode 100644 index 000000000000..91c32189370a --- /dev/null +++ b/devel/silentbob/files/patch-src_wit.cxx @@ -0,0 +1,11 @@ +--- src/wit.cxx.orig 2013-11-27 15:00:47 UTC ++++ src/wit.cxx +@@ -18,7 +18,7 @@ int what_is_this (char * d_op, char ch) + + d_words_count = words_count (d_op); + +- if (words_count <= 0) ++ if (d_words_count <= 0) + return OT::Other; + + if (d_words_count == 1) { -- cgit v1.2.3