From 697aad26a712c2e9fcfb64611cbeff41de2d1db2 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 5 May 2020 14:52:38 +0200 Subject: [PATCH] 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 --- .../crystal/files/crystal-0.29.0-no-usr-lib.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 dev-lang/crystal/files/crystal-0.29.0-no-usr-lib.patch 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| -- 2.26.2