File: 50_include_ruby_h

package info (click to toggle)
subtle 0.11.3224-xi-2.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,592 kB
  • sloc: ansic: 14,699; ruby: 3,101; makefile: 16
file content (16 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (2)
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"