php@5.6: fix component order
This commit is contained in:
parent
d4ddb1d076
commit
d8da0c77a4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue