summaryrefslogtreecommitdiff
path: root/dev-vcs/git/files/git-2.31.0-darwin-prefix-gettext.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git/files/git-2.31.0-darwin-prefix-gettext.patch')
-rw-r--r--dev-vcs/git/files/git-2.31.0-darwin-prefix-gettext.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-vcs/git/files/git-2.31.0-darwin-prefix-gettext.patch b/dev-vcs/git/files/git-2.31.0-darwin-prefix-gettext.patch
deleted file mode 100644
index df87def6073d..000000000000
--- a/dev-vcs/git/files/git-2.31.0-darwin-prefix-gettext.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Don't examine outside of the prefix for gettext on macOS/Darwin.
-https://bugs.gentoo.org/757309
---- a/config.mak.uname
-+++ b/config.mak.uname
-@@ -136,17 +136,6 @@ ifeq ($(uname_S),Darwin)
- HAVE_BSD_SYSCTL = YesPlease
- FREAD_READS_DIRECTORIES = UnfortunatelyYes
- HAVE_NS_GET_EXECUTABLE_PATH = YesPlease
--
-- # Workaround for `gettext` being keg-only and not even being linked via
-- # `brew link --force gettext`, should be obsolete as of
-- # https://github.com/Homebrew/homebrew-core/pull/53489
-- ifeq ($(shell test -d /usr/local/opt/gettext/ && echo y),y)
-- BASIC_CFLAGS += -I/usr/local/include -I/usr/local/opt/gettext/include
-- BASIC_LDFLAGS += -L/usr/local/lib -L/usr/local/opt/gettext/lib
-- ifeq ($(shell test -x /usr/local/opt/gettext/bin/msgfmt && echo y),y)
-- MSGFMT = /usr/local/opt/gettext/bin/msgfmt
-- endif
-- endif
- endif
- ifeq ($(uname_S),SunOS)
- NEEDS_SOCKET = YesPlease