commit: e62e3b71fb86132f36399821f254824a1faf9d2f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Oct 12 17:43:01 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Oct 13 13:40:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62e3b71
dev-lua/lpeg: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lua/lpeg/files/lpeg-1.0.2-makefile.patch | 31 ---------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-lua/lpeg/files/lpeg-1.0.2-makefile.patch b/dev-lua/lpeg/files/lpeg-1.0.2-makefile.patch deleted file mode 100644 index ec8150443da4..000000000000 --- a/dev-lua/lpeg/files/lpeg-1.0.2-makefile.patch +++ /dev/null @@ -1,31 +0,0 @@ -Respect user CFLAGS and LDFLAGS. - ---- lpeg-1.0.2/makefile -+++ lpeg-1.0.2/makefile -@@ -1,7 +1,7 @@ - LIBNAME = lpeg - LUADIR = ../lua/ - --COPT = -O2 -DNDEBUG -+COPT = -DNDEBUG - # COPT = -g - - CWARNS = -Wall -Wextra -pedantic \ -@@ -22,7 +22,7 @@ - # -Wunreachable-code \ - - --CFLAGS = $(CWARNS) $(COPT) -std=c99 -I$(LUADIR) -fPIC -+CFLAGS += $(CWARNS) $(COPT) -std=c99 -I$(LUADIR) -fPIC - CC = gcc - - FILES = lpvm.o lpcap.o lptree.o lpcode.o lpprint.o -@@ -36,7 +36,7 @@ - $(MAKE) lpeg.so "DLLFLAGS = -bundle -undefined dynamic_lookup" - - lpeg.so: $(FILES) -- env $(CC) $(DLLFLAGS) $(FILES) -o lpeg.so -+ env $(CC) $(DLLFLAGS) $(LDFLAGS) $(FILES) -o lpeg.so - - $(FILES): makefile -
