summaryrefslogtreecommitdiffstats
path: root/redhat/tdebindings/kdebindings-3.5.13.1-fix_ftbfs_on_x86.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-fix_ftbfs_on_x86.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-fix_ftbfs_on_x86.patch')
-rw-r--r--redhat/tdebindings/kdebindings-3.5.13.1-fix_ftbfs_on_x86.patch82
1 files changed, 0 insertions, 82 deletions
diff --git a/redhat/tdebindings/kdebindings-3.5.13.1-fix_ftbfs_on_x86.patch b/redhat/tdebindings/kdebindings-3.5.13.1-fix_ftbfs_on_x86.patch
deleted file mode 100644
index 9190c9940..000000000
--- a/redhat/tdebindings/kdebindings-3.5.13.1-fix_ftbfs_on_x86.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-commit a901a1232ab8f8432c63dc97e0efd9fed051d2c7
-Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
-Date: 1348264715 -0500
-
- Fix FTBFS on x86 systems
-
-diff --git a/korundum/bin/krubyinit.cpp b/korundum/bin/krubyinit.cpp
-index 12b0f6e..2a7f6c5 100644
---- a/korundum/bin/krubyinit.cpp
-+++ b/korundum/bin/krubyinit.cpp
-@@ -1,5 +1,7 @@
- #include <ruby.h>
-
-+#define HAVE_STRLCAT_PROTO 1
-+#define HAVE_STRLCPY_PROTO 1
- #include "config.h"
-
- #ifndef HAVE_RUBY_1_9
-diff --git a/korundum/rubylib/korundum/Korundum.cpp b/korundum/rubylib/korundum/Korundum.cpp
-index 124e2a1..da9f099 100644
---- a/korundum/rubylib/korundum/Korundum.cpp
-+++ b/korundum/rubylib/korundum/Korundum.cpp
-@@ -40,6 +40,8 @@
- #include <smokeruby.h>
- #include <smoke.h>
-
-+#define HAVE_STRLCAT_PROTO 1
-+#define HAVE_STRLCPY_PROTO 1
- #include "config.h"
-
- #ifndef HAVE_RUBY_1_9
-diff --git a/korundum/rubylib/korundum/kdehandlers.cpp b/korundum/rubylib/korundum/kdehandlers.cpp
-index 6961301..11b97b5 100644
---- a/korundum/rubylib/korundum/kdehandlers.cpp
-+++ b/korundum/rubylib/korundum/kdehandlers.cpp
-@@ -52,6 +52,8 @@
- #include <dom/dom_string.h>
- #include <dom/html_element.h>
-
-+#define HAVE_STRLCAT_PROTO 1
-+#define HAVE_STRLCPY_PROTO 1
- #include "config.h"
-
- #ifndef HAVE_RUBY_1_9
-diff --git a/qtruby/bin/qtrubyinit.cpp b/qtruby/bin/qtrubyinit.cpp
-index c9569d9..dd732b1 100644
---- a/qtruby/bin/qtrubyinit.cpp
-+++ b/qtruby/bin/qtrubyinit.cpp
-@@ -1,5 +1,7 @@
- #include <ruby.h>
-
-+#define HAVE_STRLCAT_PROTO 1
-+#define HAVE_STRLCPY_PROTO 1
- #include "config.h"
-
- #ifndef HAVE_RUBY_1_9
-diff --git a/qtruby/rubylib/qtruby/Qt.cpp b/qtruby/rubylib/qtruby/Qt.cpp
-index 370ad6d..b264d44 100644
---- a/qtruby/rubylib/qtruby/Qt.cpp
-+++ b/qtruby/rubylib/qtruby/Qt.cpp
-@@ -60,6 +60,8 @@
- #include "smokeruby.h"
- #include "smoke.h"
-
-+#define HAVE_STRLCAT_PROTO 1
-+#define HAVE_STRLCPY_PROTO 1
- #include "config.h"
-
- #ifndef HAVE_RUBY_1_9
-diff --git a/qtruby/rubylib/qtruby/handlers.cpp b/qtruby/rubylib/qtruby/handlers.cpp
-index f3d0dda..2f6b5e7 100644
---- a/qtruby/rubylib/qtruby/handlers.cpp
-+++ b/qtruby/rubylib/qtruby/handlers.cpp
-@@ -47,6 +47,8 @@
- #define HINT_BYTES HINT_BYTE
- #endif
-
-+#define HAVE_STRLCAT_PROTO 1
-+#define HAVE_STRLCPY_PROTO 1
- #include "config.h"
-
- #ifndef HAVE_RUBY_1_9