From 53623081143d09702d8f3d7224e9da8c5f681c3b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 5 Jun 2023 15:37:05 +0100 Subject: gentoo auto-resync : 05:06:2023 - 15:37:05 --- sci-libs/fplll/files/fplll-5.4.2-with-qd-fix.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 sci-libs/fplll/files/fplll-5.4.2-with-qd-fix.patch (limited to 'sci-libs/fplll/files') diff --git a/sci-libs/fplll/files/fplll-5.4.2-with-qd-fix.patch b/sci-libs/fplll/files/fplll-5.4.2-with-qd-fix.patch deleted file mode 100644 index 73c9b4386fd1..000000000000 --- a/sci-libs/fplll/files/fplll-5.4.2-with-qd-fix.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 94010a8c4c93c6ba9520b7c26bb6cb36344a4bf9 Mon Sep 17 00:00:00 2001 -From: Michael Orlitzky -Date: Wed, 1 Jun 2022 22:11:48 -0400 -Subject: [PATCH 1/1] configure.ac: fix bashism in --with-qd test. - -There's a double-equals test here that doesn't work properly when -/bin/sh is not bash. We simply change it to single-equals. ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 0ccc4c4..ed0cd59 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -104,7 +104,7 @@ AS_IF([test -z "$with_qd"], [with_qd=yes]) - # and libraries if that didn't work for some reason. - # - # We only show a warning if we cannot find libqd, it is optional but recommended --AS_IF([test "x$with_qd" == "xyes"], [ -+AS_IF([test "x$with_qd" = "xyes"], [ - PKG_CHECK_MODULES([LIBQD], [qd], [have_libqd="yes"], [ - # fall back to manual search. - AC_SEARCH_LIBS(c_dd_add, --- -2.35.1 - -- cgit v1.2.3