diff options
Diffstat (limited to 'dev-util/kbuild/files/kbuild-0.1.9998_pre20110817-gcc-4.7.patch')
-rw-r--r-- | dev-util/kbuild/files/kbuild-0.1.9998_pre20110817-gcc-4.7.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/kbuild/files/kbuild-0.1.9998_pre20110817-gcc-4.7.patch b/dev-util/kbuild/files/kbuild-0.1.9998_pre20110817-gcc-4.7.patch new file mode 100644 index 00000000..eb71fb02 --- /dev/null +++ b/dev-util/kbuild/files/kbuild-0.1.9998_pre20110817-gcc-4.7.patch @@ -0,0 +1,11 @@ +--- kBuild-0.1.9998-pre20110817/src/sed/lib/regex_internal.c ++++ kBuild-0.1.9998-pre20110817/src/sed/lib/regex_internal.c +@@ -781,7 +781,7 @@ + } + + static unsigned char +-internal_function __attribute ((pure)) ++internal_function + re_string_fetch_byte_case (re_string_t *pstr) + { + if (BE (!pstr->mbs_allocated, 1)) |