* [gentoo-commits] repo/gentoo:master commit in: dev-libs/skalibs/files/
@ 2022-05-26 20:29 Conrad Kostecki
0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2022-05-26 20:29 UTC (permalink / raw
To: gentoo-commits
commit: adfc6a6a99048b7bdcfcb2f34e48dd32e5ce461e
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Fri May 20 15:28:30 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May 26 20:28:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfc6a6a
dev-libs/skalibs: remove stale patch
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/25614
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
...alibs-2.9.3.0-respect-user-provided-flags.patch | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/dev-libs/skalibs/files/skalibs-2.9.3.0-respect-user-provided-flags.patch b/dev-libs/skalibs/files/skalibs-2.9.3.0-respect-user-provided-flags.patch
deleted file mode 100644
index a36db4853a15..000000000000
--- a/dev-libs/skalibs/files/skalibs-2.9.3.0-respect-user-provided-flags.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Laurent Bercot <ska-skaware@skarnet.org>
-Date: Mon, 24 Jan 2022 11:44:29 +0000
-Subject: [PATCH] Apply user-provided CPPFLAGS, CFLAGS and LDFLAGS during
- autodetection
-
-Backported-from: d9f541c2b3af (" Apply user-provided CPPFLAGS, CFLAGS and LDFLAGS during autodetection")
-See-also: http://skarnet.org/lists/skaware/1656.html
----
-diff --git a/configure b/configure
-index 55f34f8..49b3678 100755
---- a/configure
-+++ b/configure
-@@ -99,7 +99,7 @@ stripdir () {
- tryflag () {
- echo "Checking whether compiler accepts $2 ..."
- echo "typedef int x;" > "$tmpc"
-- if $CC_AUTO "$2" -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
-+ if $CC_AUTO $CPPFLAGS_POST $CFLAGS_POST "$2" -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
- echo " ... yes"
- eval "$1=\"\${$1} \$2\""
- eval "$1=\${$1# }"
-@@ -113,7 +113,7 @@ tryflag () {
- tryldflag () {
- echo "Checking whether linker accepts $2 ..."
- echo "typedef int x;" > "$tmpc"
-- if $CC_AUTO -nostdlib "$2" -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
-+ if $CC_AUTO $CPPFLAGS_POST $CFLAGS_POST $LDFLAGS_POST -nostdlib "$2" -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
- echo " ... yes"
- eval "$1=\"\${$1} \$2\""
- eval "$1=\${$1# }"
---
-2.34.1
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-05-26 20:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-26 20:29 [gentoo-commits] repo/gentoo:master commit in: dev-libs/skalibs/files/ Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox