From 89c6c06b8c42107dd231687a1012354e7d3039fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 26 Nov 2017 11:42:28 +0000 Subject: gentoo resync : 26.11.2017 --- dev-lang/crystal/files/crystal-0.20.5-LDFLAGS.patch | 9 --------- dev-lang/crystal/files/crystal-0.20.5-verbose.patch | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 dev-lang/crystal/files/crystal-0.20.5-LDFLAGS.patch delete mode 100644 dev-lang/crystal/files/crystal-0.20.5-verbose.patch (limited to 'dev-lang/crystal/files') diff --git a/dev-lang/crystal/files/crystal-0.20.5-LDFLAGS.patch b/dev-lang/crystal/files/crystal-0.20.5-LDFLAGS.patch deleted file mode 100644 index 42970a84a7c0..000000000000 --- a/dev-lang/crystal/files/crystal-0.20.5-LDFLAGS.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff --git a/Makefile b/Makefile -index fa71479..d316bbc 100644 ---- a/Makefile -+++ b/Makefile -@@ -24,3 +24,3 @@ SOURCES := $(shell find src -name '*.cr') - SPEC_SOURCES := $(shell find spec -name '*.cr') --FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(verbose),--verbose ) -+FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(verbose),--verbose )$(if $(LDFLAGS),--link-flags="$(LDFLAGS)" ) - VERBOSE := $(if $(verbose),-v ) diff --git a/dev-lang/crystal/files/crystal-0.20.5-verbose.patch b/dev-lang/crystal/files/crystal-0.20.5-verbose.patch deleted file mode 100644 index 6a0a301b5c02..000000000000 --- a/dev-lang/crystal/files/crystal-0.20.5-verbose.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff --git a/Makefile b/Makefile -index 1f53d40..fa71479 100644 ---- a/Makefile -+++ b/Makefile -@@ -24,3 +24,3 @@ SOURCES := $(shell find src -name '*.cr') - SPEC_SOURCES := $(shell find spec -name '*.cr') --FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(threads),--threads $(threads) )$(if $(debug),-d ) -+FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(verbose),--verbose ) - VERBOSE := $(if $(verbose),-v ) -- cgit v1.2.3