aboutsummaryrefslogtreecommitdiff
path: root/lang/eisl
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-09-13 17:04:28 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-09-13 17:04:28 +0000
commit86fc8096f5fa98d0d2ddc52d731da343d6a68018 (patch)
tree1a8cb9d813e4eeaf87803152925f563fbdf6b8b8 /lang/eisl
parent9c508558960ee6fc98e04b27ee079e6586ba1bd4 (diff)
downloadports-86fc8096f5fa98d0d2ddc52d731da343d6a68018.tar.gz
ports-86fc8096f5fa98d0d2ddc52d731da343d6a68018.zip
lang/eisli: fix patching on (powerpc|riscv)64
Diffstat (limited to 'lang/eisl')
-rw-r--r--lang/eisl/files/extra-patch-makefile8
1 files 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