File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ class PhpHttp < Formula
5
5
sha256 "cf9d2a2ed335e572366025eca1d69e86c585f96ca07db341839a06f52ee4aa88"
6
6
head "https://github.com/m6w6/ext-http.git"
7
7
8
+ disable! date : "2021-03-01" , because : "support pending" unless build . head?
9
+
8
10
depends_on "autoconf" => :build
9
11
depends_on "pkg-config" => :build
10
12
depends_on "php"
11
- depends_on "php-propro"
12
13
depends_on "php-raphf"
13
14
14
15
def module_path
@@ -23,13 +24,8 @@ def install
23
24
24
25
# link in the raphf extension header
25
26
mkdir_p "ext/raphf"
26
- cp "#{ Formula [ "php-raphf" ] . opt_prefix } /include/php_raphf.h" , "ext/raphf/php_raphf.h"
27
- cp "#{ Formula [ "php-raphf" ] . opt_prefix } /include/php_raphf_api.h" , "ext/raphf/php_raphf_api.h"
28
-
29
- # link in the propro extension header
30
- mkdir_p "ext/propro"
31
- cp "#{ Formula [ "php-propro" ] . opt_prefix } /include/php_propro.h" , "ext/propro/php_propro.h"
32
- cp "#{ Formula [ "php-propro" ] . opt_prefix } /include/php_propro_api.h" , "ext/propro/php_propro_api.h"
27
+ cp "#{ Formula [ "php-raphf" ] . opt_include } /php_raphf.h" , "ext/raphf/php_raphf.h"
28
+ cp "#{ Formula [ "php-raphf" ] . opt_include } /php_raphf_api.h" , "ext/raphf/php_raphf_api.h"
33
29
34
30
configure_args = %W[
35
31
--with-http
You can’t perform that action at this time.
0 commit comments