From: Michael Mair-Keimberger Date: Tue, 5 May 2020 12:52:38 +0000 (+0200) Subject: dev-lang/crystal: remove unused patch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=697aad26a712c2e9fcfb64611cbeff41de2d1db2;p=gentoo.git dev-lang/crystal: remove unused patch Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/15651 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-lang/crystal/files/crystal-0.29.0-no-usr-lib.patch b/dev-lang/crystal/files/crystal-0.29.0-no-usr-lib.patch deleted file mode 100644 index 15f2ac75c099..000000000000 --- a/dev-lang/crystal/files/crystal-0.29.0-no-usr-lib.patch +++ /dev/null @@ -1,14 +0,0 @@ -On amd64 linux /usr/lib does not match default 64-bit ABI. - -Let's rely on default compiler and linker paths instead. ---- a/src/compiler/crystal/codegen/link.cr -+++ b/src/compiler/crystal/codegen/link.cr -@@ -105,7 +105,7 @@ module Crystal - end - - private def lib_flags_posix -- library_path = ["/usr/lib", "/usr/local/lib"] -+ library_path = [] of String - has_pkg_config = nil - - String.build do |flags|