summaryrefslogtreecommitdiff
path: root/x11-libs/cairo/files/cairo-1.16.0-strings.patch
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-01-25 07:33:24 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-01-25 07:33:24 -0500
commitb78f8cd5c801ce67a9d4650000329ac49ce8961f (patch)
tree379aaa10a2eb34349fc5909dc0d60121aadbc5ff /x11-libs/cairo/files/cairo-1.16.0-strings.patch
parentafb9284f1b14866d911748d0932347763cbf11de (diff)
downloadgentoo-overlay-b78f8cd5c801ce67a9d4650000329ac49ce8961f.tar.xz
gentoo-overlay-b78f8cd5c801ce67a9d4650000329ac49ce8961f.zip
*/*: fixes
Diffstat (limited to 'x11-libs/cairo/files/cairo-1.16.0-strings.patch')
-rw-r--r--x11-libs/cairo/files/cairo-1.16.0-strings.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-libs/cairo/files/cairo-1.16.0-strings.patch b/x11-libs/cairo/files/cairo-1.16.0-strings.patch
deleted file mode 100644
index ee72f9d..0000000
--- a/x11-libs/cairo/files/cairo-1.16.0-strings.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://bugs.gentoo.org/726200
---- a/build/aclocal.float.m4
-+++ b/build/aclocal.float.m4
-@@ -31,10 +31,13 @@ int main() { return 0; }
-
- ]])], [
-
--if strings -a conftest$ac_exeext | grep noonsees >/dev/null ; then
-+# allow users to override default 'strings' with 'llvm-strings'
-+# or ${CHOST}-strings.
-+AC_CHECK_TOOL(STRINGS, strings)
-+if $STRINGS -a conftest$ac_exeext | grep noonsees >/dev/null ; then
- ax_cv_c_float_words_bigendian=yes
- fi
--if strings -a conftest$ac_exeext | grep seesnoon >/dev/null ; then
-+if $STRINGS -a conftest$ac_exeext | grep seesnoon >/dev/null ; then
- if test "$ax_cv_c_float_words_bigendian" = unknown; then
- ax_cv_c_float_words_bigendian=no
- else