From c8d60dada2ec8eb48b2d2b290cd6683ccec40e39 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Feb 2021 21:41:11 +0000 Subject: gentoo (valentine's day) resync : 14.02.2021 --- app-cdr/isomaster/files/isomaster-1.3.15-ar.patch | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 app-cdr/isomaster/files/isomaster-1.3.15-ar.patch (limited to 'app-cdr/isomaster/files') diff --git a/app-cdr/isomaster/files/isomaster-1.3.15-ar.patch b/app-cdr/isomaster/files/isomaster-1.3.15-ar.patch new file mode 100644 index 000000000000..12c5ef4c3621 --- /dev/null +++ b/app-cdr/isomaster/files/isomaster-1.3.15-ar.patch @@ -0,0 +1,25 @@ +From 1553ea30148f69bce545b3a79ab3f7847566c50a Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping +Date: Sat, 6 Feb 2021 19:36:33 +0100 +Subject: [PATCH] Makefile: Give external AR="$(tc-getAR)" a chance to win + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index f005099..98808f8 100644 +--- a/Makefile ++++ b/Makefile +@@ -48,7 +48,7 @@ OPTFLAGS ?= -Wall + + # programs used in the Makefiles: + export CC ?= gcc +-export AR = ar ++export AR ?= ar + export RM = rm -f + export INSTALL = install + export CP = cp +-- +2.30.0 + -- cgit v1.2.3