From 72d7e048ae88be323a380e2eae52dfda0b2dc1c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 11 Mar 2024 18:45:56 +0000 Subject: gentoo auto-resync : 11:03:2024 - 18:45:56 --- .../files/isa-l_crypto-2.24.0_fix-shebang.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-libs/isa-l_crypto/files/isa-l_crypto-2.24.0_fix-shebang.patch (limited to 'dev-libs/isa-l_crypto/files/isa-l_crypto-2.24.0_fix-shebang.patch') diff --git a/dev-libs/isa-l_crypto/files/isa-l_crypto-2.24.0_fix-shebang.patch b/dev-libs/isa-l_crypto/files/isa-l_crypto-2.24.0_fix-shebang.patch new file mode 100644 index 000000000000..fc26b792aacf --- /dev/null +++ b/dev-libs/isa-l_crypto/files/isa-l_crypto-2.24.0_fix-shebang.patch @@ -0,0 +1,26 @@ +From b7158c5382163385ef08edec8021da259bf7afe4 Mon Sep 17 00:00:00 2001 +From: orbea +Date: Sat, 9 Mar 2024 11:34:23 -0800 +Subject: [PATCH] tools: fix shebang + +This causes a build failure with slibtool. + +Gentoo issue: https://bugs.gentoo.org/924403 + +Signed-off-by: orbea +--- a/tools/nasm-filter.sh ++++ b/tools/nasm-filter.sh +@@ -1,4 +1,4 @@ +-#/bin/sh ++#!/bin/sh + + # Filter out unnecessary options added by automake + +--- a/tools/yasm-filter.sh ++++ b/tools/yasm-filter.sh +@@ -1,4 +1,4 @@ +-#/bin/sh ++#!/bin/sh + + # Filter out unnecessary options added by automake + -- cgit v1.2.3