]> git.pld-linux.org Git - packages/opal.git/blame - opal-ruby.patch
- changed exceptions patch so that it affects only vpb plugin;
[packages/opal.git] / opal-ruby.patch
CommitLineData
b3f5804c
JB
1--- opal-3.10.9/configure.ac.orig 2013-02-02 11:32:55.486257032 +0100
2+++ opal-3.10.9/configure.ac 2013-02-02 12:55:44.492820131 +0100
3@@ -453,7 +453,7 @@
4 if test "x$OPAL_RUBY" = "xyes" ; then
5 AC_CHECK_PROG(HAS_RUBY,ruby,yes)
6 if test "x$HAS_RUBY" = "xyes" ; then
7- RUBY_CFLAGS=-I`ruby -e 'puts $:.join(" -I")'`
8+ RUBY_CFLAGS="$(ruby -r rbconfig -e 'printf("-I%s -I%s/%s", Config::CONFIG[["rubyhdrdir"]], Config::CONFIG[["rubyhdrdir"]], Config::CONFIG[["arch"]])' 2>/dev/null)"
9 oldCFLAGS="$CFLAGS"
10 oldCPPFLAGS="$CPPFLAGS"
11 CFLAGS="$CFLAGS $RUBY_CFLAGS"
12--- opal-3.10.9/opal_defs.mak.in.orig 2012-11-26 11:49:22.000000000 +0100
13+++ opal-3.10.9/opal_defs.mak.in 2013-02-02 17:03:28.472510316 +0100
14@@ -111,6 +111,7 @@
15 OPAL_T38_CAP = @OPAL_T38_CAPABILITY@
16 OPAL_FAX = @OPAL_FAX@
17 OPAL_JAVA = @OPAL_JAVA@
18+OPAL_RUBY = @OPAL_RUBY@
19 SPEEXDSP_SYSTEM = @SPEEXDSP_SYSTEM@
20 OPAL_HAS_MSRP = @OPAL_HAS_MSRP@
21 OPAL_HAS_SIPIM = @OPAL_HAS_SIPIM@
This page took 0.070612 seconds and 4 git commands to generate.