From 92e06c2342d3be46f9c133f3649fd1aca43a5361 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 4 Mar 2021 14:46:55 +0000 Subject: - Revivify and unbreak by fixing problematic code and suppressing dreaded C++11 narrowing warnings/errors - Convert to USES+=localbase and optimize away LIBS+= - Remove excessive vertical whitespace from one patch - Chase HTTP redirection in the WWW line of pkg-descr --- graphics/rawstudio/files/patch-src_rs-batch.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/rawstudio/files/patch-src_rs-batch.c (limited to 'graphics/rawstudio/files/patch-src_rs-batch.c') diff --git a/graphics/rawstudio/files/patch-src_rs-batch.c b/graphics/rawstudio/files/patch-src_rs-batch.c new file mode 100644 index 000000000000..5350facf8b74 --- /dev/null +++ b/graphics/rawstudio/files/patch-src_rs-batch.c @@ -0,0 +1,11 @@ +--- src/rs-batch.c.orig 2011-04-07 18:05:03 UTC ++++ src/rs-batch.c +@@ -830,7 +830,7 @@ static void + filetype_changed(gpointer active, gpointer user_data) + { + RS_QUEUE *queue = (RS_QUEUE *) user_data; +- GType filetype = GPOINTER_TO_INT(active); ++ GType filetype = (GType)active; + + if (!filetype) + return; -- cgit v1.2.3