summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-03-05 17:47:40 +0100
committerAaron Bauman <bman@gentoo.org>2019-03-11 00:46:08 -0400
commit031b939d0b29fba6390863cad39fa3aefad3c05a (patch)
treee07ed9dfa1669a8e5bfebdc3e5c9fb1dfa41e48e /dev-vcs
parentmedia-video/mpv: drop old (diff)
downloadgentoo-031b939d0b29fba6390863cad39fa3aefad3c05a.tar.gz
gentoo-031b939d0b29fba6390863cad39fa3aefad3c05a.tar.bz2
gentoo-031b939d0b29fba6390863cad39fa3aefad3c05a.zip
dev-vcs/git: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11269 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git/files/git-2.5.1-freebsd-10.x-no-iconv.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-vcs/git/files/git-2.5.1-freebsd-10.x-no-iconv.patch b/dev-vcs/git/files/git-2.5.1-freebsd-10.x-no-iconv.patch
deleted file mode 100644
index a874236dc65c..000000000000
--- a/dev-vcs/git/files/git-2.5.1-freebsd-10.x-no-iconv.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naurp git-2.5.1.orig/config.mak.uname git-2.5.1/config.mak.uname
---- git-2.5.1.orig/config.mak.uname 2015-08-28 15:37:13.000000000 -0400
-+++ git-2.5.1/config.mak.uname 2015-09-06 18:54:28.538437000 -0400
-@@ -189,7 +189,9 @@ ifeq ($(uname_O),Cygwin)
- SPARSE_FLAGS = -isystem /usr/include/w32api -Wno-one-bit-signed-bitfield
- endif
- ifeq ($(uname_S),FreeBSD)
-- NEEDS_LIBICONV = YesPlease
-+ ifeq ($(shell expr "$(uname_R)" : '[1-9]\.'),2)
-+ NEEDS_LIBICONV = YesPlease
-+ endif
- OLD_ICONV = YesPlease
- NO_MEMMEM = YesPlease
- BASIC_CFLAGS += -I/usr/local/include