From 441d1370330332b7d78f238d2f5e13f7aed5e4e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 25 Dec 2020 23:06:25 +0000 Subject: gentoo christmass resync : 25.12.2020 --- .../files/moreutils-0.63-respect-env.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 sys-apps/moreutils/files/moreutils-0.63-respect-env.patch (limited to 'sys-apps/moreutils/files') diff --git a/sys-apps/moreutils/files/moreutils-0.63-respect-env.patch b/sys-apps/moreutils/files/moreutils-0.63-respect-env.patch deleted file mode 100644 index 45f85b1988e5..000000000000 --- a/sys-apps/moreutils/files/moreutils-0.63-respect-env.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff --git a/is_utf8/Makefile b/is_utf8/Makefile -index 4ebf8be..f0a111e 100644 ---- a/is_utf8/Makefile -+++ b/is_utf8/Makefile -@@ -37,14 +37,14 @@ LINKERNAME = lib$(NAME).so - SONAME = $(LINKERNAME).$(VERSION) - REALNAME = $(SONAME).$(MINOR).$(RELEASE) - --CC = gcc --CFLAGS = -O3 -Wextra -Wall -ansi -Wstrict-prototypes -+CC ?= gcc -+CFLAGS ?= -O3 -Wextra -Wall -ansi -Wstrict-prototypes - - $(NAME): $(OBJ) -- $(CC) $(CFLAGS) -o $(NAME) $(OBJ) -+ $(CC) $(CFLAGS) -o $(NAME) $(OBJ) $(LDFLAGS) - - IS_UTF8_LIB: -- $(CC) --shared -fPIC $(CFLAGS) $(LIB_SRC) -o $(LINKERNAME) -+ $(CC) --shared -fPIC $(CFLAGS) $(LDFLAGS) $(LIB_SRC) -o $(LINKERNAME) - - all: - @make $(NAME) -- cgit v1.2.3