diff options
author | Sam James <sam@gentoo.org> | 2024-03-04 12:00:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-04 12:00:42 +0000 |
commit | c12a08bb2658f036be64b2f63dbc3aefb09b8977 (patch) | |
tree | bdfce7bfe88448697b7144bf64a47cd3b7cdeac8 /dev-libs/isl/files | |
parent | dev-libs/mpfr: drop 4.2.0_p12 (diff) | |
download | gentoo-c12a08bb2658f036be64b2f63dbc3aefb09b8977.tar.gz gentoo-c12a08bb2658f036be64b2f63dbc3aefb09b8977.tar.bz2 gentoo-c12a08bb2658f036be64b2f63dbc3aefb09b8977.zip |
dev-libs/isl: drop 0.24-r2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/isl/files')
-rw-r--r-- | dev-libs/isl/files/isl-0.24-nobash.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/isl/files/isl-0.24-nobash.patch b/dev-libs/isl/files/isl-0.24-nobash.patch deleted file mode 100644 index 226daa551c70..000000000000 --- a/dev-libs/isl/files/isl-0.24-nobash.patch +++ /dev/null @@ -1,35 +0,0 @@ -Fix-by: Matt Whitlock -Bug: https://bugs.gentoo.org/786564 ---- a/configure.ac 2020-11-01 13:53:47.000000000 +0000 -+++ b/configure.ac 2021-04-28 19:34:28.615119537 +0000 -@@ -83,8 +83,8 @@ - AM_CONDITIONAL(GMP_FOR_MP, test x$with_int = xgmp) - - AM_CONDITIONAL(HAVE_CXX11, test "x$HAVE_CXX11" = "x1") --AM_CONDITIONAL(SMALL_INT_OPT, test "x$with_int" == "ximath-32") --AS_IF([test "x$with_int" == "ximath-32"], [ -+AM_CONDITIONAL(SMALL_INT_OPT, test "x$with_int" = "ximath-32") -+AS_IF([test "x$with_int" = "ximath-32"], [ - AC_DEFINE([USE_SMALL_INT_OPT], [], [Use small integer optimization]) - ]) - ---- a/configure 2020-11-01 13:53:55.000000000 +0000 -+++ b/configure 2021-04-28 19:34:29.246125644 +0000 -@@ -20654,7 +20654,7 @@ - HAVE_CXX11_FALSE= - fi - -- if test "x$with_int" == "ximath-32"; then -+ if test "x$with_int" = "ximath-32"; then - SMALL_INT_OPT_TRUE= - SMALL_INT_OPT_FALSE='#' - else -@@ -20662,7 +20662,7 @@ - SMALL_INT_OPT_FALSE= - fi - --if test "x$with_int" == "ximath-32"; then : -+if test "x$with_int" = "ximath-32"; then : - - - $as_echo "#define USE_SMALL_INT_OPT /**/" >>confdefs.h |