1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
## 50_include_ruby_h.dpatch by Antonio Terceiro <terceiro@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: include ruby.h to define OnigUChar and other symbols
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' subtle-0.11.3224-xi~/src/shared/shared.h subtle-0.11.3224-xi/src/shared/shared.h
--- subtle-0.11.3224-xi~/src/shared/shared.h 2012-06-20 13:29:55.000000000 +0200
+++ subtle-0.11.3224-xi/src/shared/shared.h 2014-06-09 23:31:59.000000000 +0200
@@ -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"
|