aboutsummaryrefslogtreecommitdiff
path: root/ftp/php70-fastdfs
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/php70-fastdfs')
-rw-r--r--ftp/php70-fastdfs/Makefile2
-rw-r--r--ftp/php70-fastdfs/files/patch-config.m411
2 files changed, 1 insertions, 12 deletions
diff --git a/ftp/php70-fastdfs/Makefile b/ftp/php70-fastdfs/Makefile
index 5fbf44901f67..79fb2681bd07 100644
--- a/ftp/php70-fastdfs/Makefile
+++ b/ftp/php70-fastdfs/Makefile
@@ -19,10 +19,10 @@ GH_PROJECT= fastdfs
GH_TAGNAME= 1e50b4f
USES= php:ext
-IGNORE_WITH_PHP= 56 71
PHP_VER= 70
WRKSRC_SUBDIR= php_client
+CONFIGURE_ENV= ROOT=${LOCALBASE}
PHP_MODNAME= fastdfs_client
diff --git a/ftp/php70-fastdfs/files/patch-config.m4 b/ftp/php70-fastdfs/files/patch-config.m4
deleted file mode 100644
index 2017cab49190..000000000000
--- a/ftp/php70-fastdfs/files/patch-config.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.m4.orig 2016-08-08 07:17:50 UTC
-+++ config.m4
-@@ -7,7 +7,7 @@ if test "$PHP_FASTDFS_CLIENT" != "no"; t
- PHP_SUBST(FASTDFS_CLIENT_SHARED_LIBADD)
-
- if test -z "$ROOT"; then
-- ROOT=/usr
-+ ROOT=/usr/local
- fi
-
- PHP_ADD_INCLUDE($ROOT/include/fastcommon)