diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index 5d47c036ee3..660c3cbf073 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -1,7 +1,7 @@ COMMENT = tool for working with RAW images DISTNAME = rawstudio-1.2 -REVISION = 24 +REVISION = 25 CATEGORIES = graphics diff --git a/graphics/rawstudio/patches/patch-src_rs-batch_c b/graphics/rawstudio/patches/patch-src_rs-batch_c new file mode 100644 index 00000000000..da63e08b733 --- /dev/null +++ b/graphics/rawstudio/patches/patch-src_rs-batch_c @@ -0,0 +1,11 @@ +Index: src/rs-batch.c +--- src/rs-batch.c.orig ++++ src/rs-batch.c +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include + #include "rawstudio.h" + #include "rs-batch.h" diff --git a/graphics/rawstudio/patches/patch-src_rs-cache_c b/graphics/rawstudio/patches/patch-src_rs-cache_c new file mode 100644 index 00000000000..c90f053fcc0 --- /dev/null +++ b/graphics/rawstudio/patches/patch-src_rs-cache_c @@ -0,0 +1,11 @@ +Index: src/rs-cache.c +--- src/rs-cache.c.orig ++++ src/rs-cache.c +@@ -19,6 +19,7 @@ + + #include + #include ++#include + #include + #include "rawstudio.h" + #include "rs-cache.h" diff --git a/graphics/rawstudio/patches/patch-src_rs-curve_c b/graphics/rawstudio/patches/patch-src_rs-curve_c new file mode 100644 index 00000000000..ce9fe8c7b6e --- /dev/null +++ b/graphics/rawstudio/patches/patch-src_rs-curve_c @@ -0,0 +1,11 @@ +Index: src/rs-curve.c +--- src/rs-curve.c.orig ++++ src/rs-curve.c +@@ -20,6 +20,7 @@ + + #include + #include ++#include + #include + #include /* memset() */ + #include "color.h" diff --git a/graphics/rawstudio/patches/patch-src_rs-metadata_c b/graphics/rawstudio/patches/patch-src_rs-metadata_c new file mode 100644 index 00000000000..fd5cad8988f --- /dev/null +++ b/graphics/rawstudio/patches/patch-src_rs-metadata_c @@ -0,0 +1,11 @@ +Index: src/rs-metadata.c +--- src/rs-metadata.c.orig ++++ src/rs-metadata.c +@@ -20,6 +20,7 @@ + #include /* g_unlink() */ + #include + #include ++#include + #include + #include "gettext.h" + #include "rs-metadata.h" diff --git a/graphics/rawstudio/patches/patch-src_rs-store_c b/graphics/rawstudio/patches/patch-src_rs-store_c new file mode 100644 index 00000000000..06f339cb829 --- /dev/null +++ b/graphics/rawstudio/patches/patch-src_rs-store_c @@ -0,0 +1,11 @@ +Index: src/rs-store.c +--- src/rs-store.c.orig ++++ src/rs-store.c +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include + #include + #include "rawstudio.h"