git: 86fc8096f5fa - main - lang/eisli: fix patching on (powerpc|riscv)64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 13 Sep 2022 17:14:19 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=86fc8096f5fa98d0d2ddc52d731da343d6a68018

commit 86fc8096f5fa98d0d2ddc52d731da343d6a68018
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-13 17:04:28 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-09-13 17:04:28 +0000

    lang/eisli: fix patching on (powerpc|riscv)64
---
 lang/eisl/files/extra-patch-makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/eisl/files/extra-patch-makefile b/lang/eisl/files/extra-patch-makefile
index 1a520e96a594..fc2925b19276 100644
--- a/lang/eisl/files/extra-patch-makefile
+++ b/lang/eisl/files/extra-patch-makefile
@@ -1,6 +1,6 @@
---- makefile.orig	2022-08-01 14:01:09 UTC
+--- makefile.orig	2022-09-02 08:35:22 UTC
 +++ makefile
-@@ -42,7 +42,7 @@ ifeq ($(DEBUG),1)
+@@ -57,7 +57,7 @@ ifeq ($(DEBUG),1)
  		LDFLAGS := -fsanitize=undefined
  	endif
  else
@@ -9,11 +9,11 @@
  	SRC_CII += cii/src/mem.c
  endif
  OBJ_CII := $(SRC_CII:.c=.o)
-@@ -59,7 +59,6 @@ ifeq  ($(shell uname -n),raspberrypi)
+@@ -75,7 +75,6 @@ ifeq  ($(shell uname -n),raspberrypi)
  	CFLAGS += -D__rpi__
  endif
  ifneq ($(DEBUG),1)
 -	LDFLAGS += -flto
- 	ifeq ($(OPSYS),macos)
+ 	ifeq  ($(shell uname),Darwin)
  		LDFLAGS += -Wl,-S,-x
  	else