diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-02 13:02:26 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-02 20:07:52 +0000 |
commit | 9c4b4a964f7ffe6d02bcd0c4b440a2559f90aa90 (patch) | |
tree | f5cdba97cc958261e98802987230fc52285b7e3d /dev-lang/crystal | |
parent | sys-devel/binutils: remove unused file (diff) | |
download | gentoo-9c4b4a964f7ffe6d02bcd0c4b440a2559f90aa90.tar.gz gentoo-9c4b4a964f7ffe6d02bcd0c4b440a2559f90aa90.tar.bz2 gentoo-9c4b4a964f7ffe6d02bcd0c4b440a2559f90aa90.zip |
dev-lang/crystal: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11216
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/crystal')
-rw-r--r-- | dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch b/dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch deleted file mode 100644 index 35eace15dae0..000000000000 --- a/dev-lang/crystal/files/crystal-0.23.0-verbose-LDFLAGS.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff --git a/Makefile b/Makefile -index eff69e5..5c0c024 100644 ---- a/Makefile -+++ b/Makefile -@@ -28,3 +28,3 @@ SOURCES := $(shell find src -name '*.cr') - SPEC_SOURCES := $(shell find spec -name '*.cr') --FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d ) -+FLAGS := $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(verbose),--verbose )$(if $(LDFLAGS),--link-flags="$(LDFLAGS)" ) - SPEC_FLAGS := $(if $(verbose),-v )$(if $(junit_output),--junit_output $(junit_output) ) |