diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:50:32 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-06-24 19:50:32 +0200 |
commit | b4359e8bf97799f83dc1ca62744db7cfcc81bc87 (patch) | |
tree | 3346872613490cc467c19e1645d0026c1221bce7 /redhat/kdebindings/kdebindings-3.5.13.1-fix_ftbfs_on_x86.patch | |
parent | 4cc71d79c5718d59078d06c497a56d7c05b41576 (diff) | |
download | tde-packaging-b4359e8bf97799f83dc1ca62744db7cfcc81bc87.tar.gz tde-packaging-b4359e8bf97799f83dc1ca62744db7cfcc81bc87.zip |
RPM Packaging: rename directories
Diffstat (limited to 'redhat/kdebindings/kdebindings-3.5.13.1-fix_ftbfs_on_x86.patch')
-rw-r--r-- | redhat/kdebindings/kdebindings-3.5.13.1-fix_ftbfs_on_x86.patch | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/redhat/kdebindings/kdebindings-3.5.13.1-fix_ftbfs_on_x86.patch b/redhat/kdebindings/kdebindings-3.5.13.1-fix_ftbfs_on_x86.patch deleted file mode 100644 index 9190c9940..000000000 --- a/redhat/kdebindings/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 |