summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMason Rocha <turret@turret.cyou>2024-03-09 17:38:40 -0600
committerJoonas Niilola <juippis@gentoo.org>2024-04-20 10:40:16 +0300
commite4661195a13fdf95ad6b9e5e8885cda863118a3e (patch)
tree4a53e07fec30a214c740e0648cab858ce952375f /app-crypt/ccid/files
parentsci-libs/evaluate: python3.12 (diff)
downloadgentoo-e4661195a13fdf95ad6b9e5e8885cda863118a3e.tar.gz
gentoo-e4661195a13fdf95ad6b9e5e8885cda863118a3e.tar.bz2
gentoo-e4661195a13fdf95ad6b9e5e8885cda863118a3e.zip
app-crypt/ccid: add 1.5.5
Signed-off-by: Mason Rocha <turret@turret.cyou> Closes: https://github.com/gentoo/gentoo/pull/35691 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt/ccid/files')
-rw-r--r--app-crypt/ccid/files/ccid-1.5.5-remove-flex-configure-dependency.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-crypt/ccid/files/ccid-1.5.5-remove-flex-configure-dependency.patch b/app-crypt/ccid/files/ccid-1.5.5-remove-flex-configure-dependency.patch
new file mode 100644
index 000000000000..a124c50d1161
--- /dev/null
+++ b/app-crypt/ccid/files/ccid-1.5.5-remove-flex-configure-dependency.patch
@@ -0,0 +1,13 @@
+Bug: https://bugs.gentoo.org/221361
+Reverts upstream commit eec7cdf0 & 41270c2
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -33,7 +33,5 @@
+ AC_PROG_MAKE_SET
+ AC_PROG_LN_S
+-AC_PROG_LEX([noyywrap])
+-AS_IF([test $LEX = ":"], [AC_MSG_ERROR([no lex or flex found])])
+ AM_PROG_AR
+ PKG_PROG_PKG_CONFIG
+