Files
gentoo/dev-libs/tvision/files/tvision-2.2.3-0004-Made-ar-command-configurable.patch
Bernd Waibel 9d31cdd2b8 dev-libs/tvision: properly detect ar
Closes: https://bugs.gentoo.org/796278
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/21333
Signed-off-by: Sam James <sam@gentoo.org>
2021-06-21 23:26:04 +01:00

24 lines
540 B
Diff

From: "Salvador E. Tropea" <salvador@inti.gob.ar>
Date: Thu, 17 Jun 2021 13:36:09 -0300
Subject: [PATCH 4/4] Made ar command configurable.
---
intl/dummy/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/intl/dummy/Makefile b/intl/dummy/Makefile
index c32b0a8b..e24c1976 100644
--- a/intl/dummy/Makefile
+++ b/intl/dummy/Makefile
@@ -1,5 +1,6 @@
RHIDE_GCC=gcc
+RHIDE_AR=ar
CC=$(RHIDE_GCC)
libtvfintl.a: intldummy.o
- ar -rv libtvfintl.a intldummy.o
+ $(RHIDE_AR) -rv libtvfintl.a intldummy.o
--
2.32.0