From cec4aacacf30a361af76b1bb82c48ee743eec563 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Mon, 3 Jul 2017 06:49:24 -0700 Subject: [PATCH] dfix: add upstream issue link (#15249) --- Formula/dfix.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/dfix.rb b/Formula/dfix.rb index 10d603a6aff..4fffaa4d33e 100644 --- a/Formula/dfix.rb +++ b/Formula/dfix.rb @@ -16,7 +16,12 @@ class Dfix < Formula depends_on "dmd" => :build def install + # Remove for > 0.3.1 + # Fix build failure from std.experimental.allocator.common.Ternary conflict + # experimental_allocator module was removed in dlang-community/libdparse@1e811d2 + # See upstream issue from 3 Jul 2017 https://github.com/dlang-community/dfix/issues/45 rm_rf "libdparse/experimental_allocator" if build.stable? + system "make" system "make", "test" bin.install "bin/dfix"