diff options
-rw-r--r-- | meta-gnome/recipes-gimp/babl/babl_0.1.74.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb index c470987b4f..9b405be0b3 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.74.bb | |||
@@ -10,6 +10,8 @@ inherit setuptools3 gnomebase gobject-introspection | |||
10 | 10 | ||
11 | DEPENDS += "lcms" | 11 | DEPENDS += "lcms" |
12 | 12 | ||
13 | CFLAGS_append_class-native = " -std=gnu99" | ||
14 | |||
13 | # https://bugs.llvm.org/show_bug.cgi?id=45555 | 15 | # https://bugs.llvm.org/show_bug.cgi?id=45555 |
14 | CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore " | 16 | CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore " |
15 | CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore " | 17 | CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore " |