From f8a599ef63aebe678a0df1e44bcb22df66965f82 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Mon, 4 Jul 2016 20:02:33 +0100 Subject: [PATCH] mariadb: remove defunct patch line --- Formula/mariadb.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Formula/mariadb.rb b/Formula/mariadb.rb index 437a007d24747..6a5d3e5e38a6c 100644 --- a/Formula/mariadb.rb +++ b/Formula/mariadb.rb @@ -34,10 +34,6 @@ class Mariadb < Formula conflicts_with "mariadb-connector-c", :because => "both install plugins" - # upstream fix for compilation error, marked fixed for 10.1.16 - # https://jira.mariadb.org/browse/MDEV-10322 - patch :DATA - def install # Don't hard-code the libtool path. See: # https://github.com/Homebrew/homebrew/issues/20185