summaryrefslogtreecommitdiffstats
path: root/redhat/tdebindings/kdebindings-3.5.13.1-fallback_to_ruby19_pc_file.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-11-07 19:42:05 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2014-11-07 19:42:05 +0100
commite1a4edd4a7077d597cc16e97f4a5b68ee9531231 (patch)
tree4584805e947394040a006563b1dc821fa9feaccb /redhat/tdebindings/kdebindings-3.5.13.1-fallback_to_ruby19_pc_file.patch
parente9a77f2a2ad7c604483d99f3ebc5947dd3f5eb10 (diff)
downloadtde-packaging-e1a4edd4a7077d597cc16e97f4a5b68ee9531231.tar.gz
tde-packaging-e1a4edd4a7077d597cc16e97f4a5b68ee9531231.zip
RPM packaging: update tdebindings
Diffstat (limited to 'redhat/tdebindings/kdebindings-3.5.13.1-fallback_to_ruby19_pc_file.patch')
-rw-r--r--redhat/tdebindings/kdebindings-3.5.13.1-fallback_to_ruby19_pc_file.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/redhat/tdebindings/kdebindings-3.5.13.1-fallback_to_ruby19_pc_file.patch b/redhat/tdebindings/kdebindings-3.5.13.1-fallback_to_ruby19_pc_file.patch
deleted file mode 100644
index 85c496d10..000000000
--- a/redhat/tdebindings/kdebindings-3.5.13.1-fallback_to_ruby19_pc_file.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-commit 2f6e9c735fe8486ee3484c47c0e8ff999b699abc
-Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Date: 1347987185 -0500
-
- Fall back to ruby-1.9 pkgconfig file if needed
-
-diff --git a/korundum/rubylib/korundum/configure.in.in b/korundum/rubylib/korundum/configure.in.in
-index e4ab2fd..924f42f 100644
---- a/korundum/rubylib/korundum/configure.in.in
-+++ b/korundum/rubylib/korundum/configure.in.in
-@@ -10,6 +10,9 @@ else
- AC_MSG_CHECKING(for ruby dirs)
- if test -n "$PKGCONFIG"; then
- RUBY_VERSION=`$PKGCONFIG ruby --modversion 2>/dev/null`
-+ if test -z "$RUBY_VERSION"; then
-+ RUBY_VERSION=`$PKGCONFIG ruby-1.9 --modversion 2>/dev/null`
-+ fi
- if test -n "$RUBY_VERSION"; then
- RUBY_ARCHDIR=`ruby -r rbconfig -e 'printf("%s",RbConfig::CONFIG@<:@"archdir"@:>@)'`
- RUBY_SITEARCHDIR=`ruby -r rbconfig -e 'printf("%s",RbConfig::CONFIG@<:@"sitearchdir"@:>@)'`
-diff --git a/qtruby/rubylib/qtruby/configure.in.in b/qtruby/rubylib/qtruby/configure.in.in
-index 7ad0e4d..e7f4f2c 100644
---- a/qtruby/rubylib/qtruby/configure.in.in
-+++ b/qtruby/rubylib/qtruby/configure.in.in
-@@ -10,6 +10,9 @@ else
- AC_MSG_CHECKING(for ruby dirs)
- if test -n "$PKGCONFIG"; then
- RUBY_VERSION=`$PKGCONFIG ruby --modversion 2>/dev/null`
-+ if test -z "$RUBY_VERSION"; then
-+ RUBY_VERSION=`$PKGCONFIG ruby-1.9 --modversion 2>/dev/null`
-+ fi
- if test -n "$RUBY_VERSION"; then
- RUBY_ARCHDIR=`$RUBY -r rbconfig -e 'printf("%s",RbConfig::CONFIG@<:@"archdir"@:>@)'`
- RUBY_SITEARCHDIR=`$RUBY -r rbconfig -e 'printf("%s",RbConfig::CONFIG@<:@"sitearchdir"@:>@)'`