php@5.6: fix component order

This commit is contained in:
commitay 2018-09-21 14:36:00 +10:00
parent d4ddb1d076
commit d8da0c77a4

View file

@ -38,12 +38,12 @@ class PhpAT56 < Formula
depends_on "unixodbc"
depends_on "webp"
needs :cxx11
# PHP build system incorrectly links system libraries
# see https://github.com/php/php-src/pull/3472
patch :DATA
needs :cxx11
def install
# Ensure that libxml2 will be detected correctly in older MacOS
if MacOS.version == :el_capitan || MacOS.version == :sierra