commit:     697aad26a712c2e9fcfb64611cbeff41de2d1db2
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue May  5 12:52:38 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May  5 20:58:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697aad26

dev-lang/crystal: remove unused patch

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

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

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 15f2ac75c09..00000000000
--- 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|

Reply via email to