From 406dd03ad06d017553c7917f4f48bfe00af588a7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Jun 2020 18:26:09 +0100 Subject: virtual/pkgconfig: adjust some ::redcore ebuilds to gentoo's changes --- dev-libs/fribidi/files/no-config-h.diff | 211 -------------------------------- 1 file changed, 211 deletions(-) delete mode 100644 dev-libs/fribidi/files/no-config-h.diff (limited to 'dev-libs/fribidi/files') diff --git a/dev-libs/fribidi/files/no-config-h.diff b/dev-libs/fribidi/files/no-config-h.diff deleted file mode 100644 index 394c6787..00000000 --- a/dev-libs/fribidi/files/no-config-h.diff +++ /dev/null @@ -1,211 +0,0 @@ -Description: Removed HAVE_CONFIG_H from public API -Origin: commit:b534ab2642f694c3106d5bc8d0a8beae60bf60d3 -Author: Dov Grobgeld -Date: Sat Aug 18 20:37:22 2018 +0300 - -diff --git a/bin/fribidi-benchmark.c b/bin/fribidi-benchmark.c -index e5fc9c0..07ac336 100644 ---- a/bin/fribidi-benchmark.c -+++ b/bin/fribidi-benchmark.c -@@ -33,6 +33,11 @@ - #include - - #include -+ -+#ifdef HAVE_CONFIG_H -+# include -+#endif -+ - #ifdef STDC_HEADERS - # include - # include -diff --git a/bin/fribidi-main.c b/bin/fribidi-main.c -index cd359a9..33e1630 100644 ---- a/bin/fribidi-main.c -+++ b/bin/fribidi-main.c -@@ -33,6 +33,11 @@ - #include - - #include -+ -+#ifdef HAVE_CONFIG_H -+# include -+#endif -+ - #ifdef STDC_HEADERS - # include - # include -diff --git a/gen.tab/gen-arabic-shaping-tab.c b/gen.tab/gen-arabic-shaping-tab.c -index e613768..369501c 100644 ---- a/gen.tab/gen-arabic-shaping-tab.c -+++ b/gen.tab/gen-arabic-shaping-tab.c -@@ -30,6 +30,10 @@ - #include - - #include -+#ifdef HAVE_CONFIG_H -+# include -+#endif -+ - #ifdef STDC_HEADERS - # include - # include -diff --git a/gen.tab/gen-bidi-type-tab.c b/gen.tab/gen-bidi-type-tab.c -index a0a61ef..05b1d16 100644 ---- a/gen.tab/gen-bidi-type-tab.c -+++ b/gen.tab/gen-bidi-type-tab.c -@@ -30,6 +30,10 @@ - #include - - #include -+#ifdef HAVE_CONFIG_H -+# include -+#endif -+ - #ifdef STDC_HEADERS - # include - # include -diff --git a/gen.tab/gen-brackets-tab.c b/gen.tab/gen-brackets-tab.c -index 8c1f1df..cd99e01 100644 ---- a/gen.tab/gen-brackets-tab.c -+++ b/gen.tab/gen-brackets-tab.c -@@ -32,6 +32,10 @@ - #include - - #include -+#ifdef HAVE_CONFIG_H -+# include -+#endif -+ - #ifdef STDC_HEADERS - # include - # include -diff --git a/gen.tab/gen-brackets-type-tab.c b/gen.tab/gen-brackets-type-tab.c -index 221db07..9ec60cc 100644 ---- a/gen.tab/gen-brackets-type-tab.c -+++ b/gen.tab/gen-brackets-type-tab.c -@@ -32,6 +32,10 @@ - #include - - #include -+#ifdef HAVE_CONFIG_H -+# include -+#endif -+ - #ifdef STDC_HEADERS - # include - # include -diff --git a/gen.tab/gen-joining-type-tab.c b/gen.tab/gen-joining-type-tab.c -index 07c0953..29ab3ed 100644 ---- a/gen.tab/gen-joining-type-tab.c -+++ b/gen.tab/gen-joining-type-tab.c -@@ -30,6 +30,10 @@ - #include - - #include -+#ifdef HAVE_CONFIG_H -+# include -+#endif -+ - #ifdef STDC_HEADERS - # include - # include -diff --git a/gen.tab/gen-mirroring-tab.c b/gen.tab/gen-mirroring-tab.c -index 21d33cf..e19be91 100644 ---- a/gen.tab/gen-mirroring-tab.c -+++ b/gen.tab/gen-mirroring-tab.c -@@ -30,6 +30,10 @@ - #include - - #include -+#ifdef HAVE_CONFIG_H -+# include -+#endif -+ - #ifdef STDC_HEADERS - # include - # include -diff --git a/gen.tab/gen-unicode-version.c b/gen.tab/gen-unicode-version.c -index 4291551..35306ca 100644 ---- a/gen.tab/gen-unicode-version.c -+++ b/gen.tab/gen-unicode-version.c -@@ -28,6 +28,10 @@ - #include - - #include -+#ifdef HAVE_CONFIG_H -+# include -+#endif -+ - #ifdef STDC_HEADERS - # include - # include -diff --git a/lib/bidi-types.h b/lib/bidi-types.h -index 385ef05..86f3d02 100644 ---- a/lib/bidi-types.h -+++ b/lib/bidi-types.h -@@ -27,7 +27,7 @@ - #ifndef _BIDI_TYPES_H - #define _BIDI_TYPES_H - --#include "common.h" -+#include "fribidi-common.h" - - #include - #include -diff --git a/lib/fribidi-arabic.c b/lib/fribidi-arabic.c -index dbfdc09..e12074c 100644 ---- a/lib/fribidi-arabic.c -+++ b/lib/fribidi-arabic.c -@@ -27,6 +27,10 @@ - - #include "common.h" - -+#ifdef HAVE_CONFIG_H -+# include -+#endif -+ - #ifdef HAVE_STDLIB_H - # include - #endif -diff --git a/lib/fribidi-types.h b/lib/fribidi-types.h -index 9f1746f..90238b4 100644 ---- a/lib/fribidi-types.h -+++ b/lib/fribidi-types.h -@@ -27,10 +27,6 @@ - #ifndef _FRIBIDI_TYPES_H - #define _FRIBIDI_TYPES_H - --#ifdef HAVE_CONFIG_H --# include --#endif -- - #include "fribidi-common.h" - - #include "fribidi-begindecls.h" -diff --git a/lib/joining-types.h b/lib/joining-types.h -index 94b9fe3..6e11fa1 100644 ---- a/lib/joining-types.h -+++ b/lib/joining-types.h -@@ -27,7 +27,7 @@ - #ifndef _JOINING_TYPES_H - #define _JOINING_TYPES_H - --#include "common.h" -+#include "fribidi-common.h" - - #include - #include -diff --git a/lib/run.h b/lib/run.h -index 8c4e259..44ddfec 100644 ---- a/lib/run.h -+++ b/lib/run.h -@@ -29,7 +29,7 @@ - #ifndef _RUN_H - #define _RUN_H - --#include "common.h" -+#include "fribidi-common.h" - - #include - -- cgit v1.2.3