summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-11-22 09:16:28 +0100
committerAaron Bauman <bman@gentoo.org>2019-11-23 19:40:20 -0500
commit5f6cf41c83b5c88a200f2dcef9b3fc55011c372a (patch)
treede23a4fa0c08a4786febdfc5f08223d137824fae /app-arch
parentdev-python/jsonschema-3.2.0: Version bump (diff)
downloadgentoo-5f6cf41c83b5c88a200f2dcef9b3fc55011c372a.tar.gz
gentoo-5f6cf41c83b5c88a200f2dcef9b3fc55011c372a.tar.bz2
gentoo-5f6cf41c83b5c88a200f2dcef9b3fc55011c372a.zip
app-arch/sharutils: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/sharutils/files/sharutils-4.14-popen-rb.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-arch/sharutils/files/sharutils-4.14-popen-rb.patch b/app-arch/sharutils/files/sharutils-4.14-popen-rb.patch
deleted file mode 100644
index c502a623c1f6..000000000000
--- a/app-arch/sharutils/files/sharutils-4.14-popen-rb.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-delete the run time test which dies on cross-compiles.
-we know the answer already, so hardcode it to true.
-
---- a/configure
-+++ b/configure
-@@ -30745,25 +30745,8 @@
- CATALOGS="$new_CATALOGS"
- fi
-
--if test "$cross_compiling" = yes; then :
-- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
--$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
--as_fn_error $? "cannot run test program while cross compiling
--See \`config.log' for more details" "$LINENO" 5; }
--else
-- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
--/* end confdefs.h. */
--
--int
--main ()
--{
-- FILE * fp = popen ("date", "rb");
-- exit (fp == NULL);
-- ;
-- return 0;
--}
--_ACEOF
--if ac_fn_c_try_run "$LINENO"; then :
-+if false; then
-+if true; then
-
- $as_echo "#define BINARY_MODE_POPEN 1" >>confdefs.h
-