diff options
Diffstat (limited to 'devel/mingw32-libyaml/files/patch-include+yaml.h')
-rw-r--r-- | devel/mingw32-libyaml/files/patch-include+yaml.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/mingw32-libyaml/files/patch-include+yaml.h b/devel/mingw32-libyaml/files/patch-include+yaml.h new file mode 100644 index 000000000000..343a955d283a --- /dev/null +++ b/devel/mingw32-libyaml/files/patch-include+yaml.h @@ -0,0 +1,11 @@ +--- include/yaml.h.orig 2011-05-31 10:58:42.000000000 +0900 ++++ include/yaml.h 2011-12-05 02:54:28.221135420 +0900 +@@ -26,6 +26,8 @@ + + /** The public API declaration. */ + ++#define YAML_DECLARE_STATIC ++ + #ifdef _WIN32 + # if defined(YAML_DECLARE_STATIC) + # define YAML_DECLARE(type) type |