commit:     43c183df35e25c4709a8a3973ebbf5fd6aebbc8c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 21 07:41:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 20:38:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c183df

dev-lang/crystal: remove unused patch

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16356
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-lang/crystal/files/crystal-0.34.0-no-usr-lib.patch | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/dev-lang/crystal/files/crystal-0.34.0-no-usr-lib.patch 
b/dev-lang/crystal/files/crystal-0.34.0-no-usr-lib.patch
deleted file mode 100644
index 4dc0b42d90a..00000000000
--- a/dev-lang/crystal/files/crystal-0.34.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
-@@ -106,7 +106,7 @@ module Crystal
- 
-     private def lib_flags_posix
-       library_path = ENV["LIBRARY_PATH"]?.try(&.split(':', remove_empty: 
true)) ||
--                     ["/usr/lib", "/usr/local/lib"]
-+                     [] of String
-       has_pkg_config = nil
- 
-       String.build do |flags|

Reply via email to