Control: tag -1 patch

On Sun, May 11, 2014 at 12:48:22PM +0200, Christian Hofstaedtler wrote:
> During a rebuild of ruby-related packages your package failed to
> build with these errors:
> 
> In file included from src/shared/shared.h:31:0,
>                  from src/shared/shared.c:17:
> /usr/include/ruby-2.1.0/ruby/oniguruma.h:111:1: error: expected '=', ',', 
> ';', 'asm' or '__attribute__' before 'typedef'
>  typedef unsigned char  OnigUChar;
>  ^

The attached patch fixes the issue.

-- 
Antonio Terceiro <terce...@debian.org>
--- subtle-0.11.3224-xi.orig/src/shared/shared.h
+++ subtle-0.11.3224-xi/src/shared/shared.h
@@ -28,6 +28,7 @@
 #include <X11/Xutil.h>
 #include <X11/Xmd.h>
 #include <X11/cursorfont.h>
+#include <ruby.h>
 #include <ruby/oniguruma.h>
 
 #include "config.h"

Attachment: signature.asc
Description: Digital signature

Reply via email to