summaryrefslogtreecommitdiff
path: root/sci-libs/fplll/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-05 15:37:05 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-05 15:37:05 +0100
commit53623081143d09702d8f3d7224e9da8c5f681c3b (patch)
treeaac973d826d9b3dd5281652ca48bce35e5d9c86f /sci-libs/fplll/files
parent77f1c17f5328e59f3991203c579fbc85df6898a0 (diff)
gentoo auto-resync : 05:06:2023 - 15:37:05
Diffstat (limited to 'sci-libs/fplll/files')
-rw-r--r--sci-libs/fplll/files/fplll-5.4.2-with-qd-fix.patch27
1 files changed, 0 insertions, 27 deletions
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 <michael@orlitzky.com>
-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
-