From deba8115d2c2af26df42966b91ef04ff4dd79cde Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 14 May 2020 11:09:11 +0100 Subject: gentoo resync : 14.05.2020 --- app-editors/fe/files/fe-2.0-ar.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app-editors/fe/files/fe-2.0-ar.patch (limited to 'app-editors/fe/files') diff --git a/app-editors/fe/files/fe-2.0-ar.patch b/app-editors/fe/files/fe-2.0-ar.patch new file mode 100644 index 000000000000..8096400ab01e --- /dev/null +++ b/app-editors/fe/files/fe-2.0-ar.patch @@ -0,0 +1,21 @@ +https://bugs.gentoo.org/722036 + +--- fe-2.0-orig/Makefile.in ++++ fe-2.0/Makefile.in +@@ -15,6 +15,7 @@ + CPPFLAGS= @CPPFLAGS@ -DLOCALEDIR=\"$(localedir)\" + LDFLAGS= @LDFLAGS@ + LIBS= @LIBS@ ++AR= ar + + CATALOGS= de.mo + OBJS= buffer.o complete.o display.o macro.o misc.o msgline.o +@@ -27,7 +28,7 @@ + $(CC) -o $@ $(LDFLAGS) fe.o libfe.a $(LIBS) + + libfe.a: $(OBJS) +- rm -f $@; ar q $@ $(OBJS); @RANLIB@ $@ ++ rm -f $@; $(AR) q $@ $(OBJS); @RANLIB@ $@ + + install-po: install-po-@USE_NLS@ + install-po-no: -- cgit v1.2.3