summaryrefslogtreecommitdiff
path: root/ftp/php70-fastdfs/files/patch-config.m4
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-10-27 05:49:09 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-10-27 05:49:09 +0000
commit0602db1835f35f9e8c51b13bcbca9254f8974c44 (patch)
treed720e37f939e7ec51f3191db3bea0a027966b860 /ftp/php70-fastdfs/files/patch-config.m4
parentdevel/py-raven: update 5.13.0 -> 5.31.0 (diff)
New ports: devel/libfastcommon, ftp/fastdfs, ftp/php(56|70)-fastdfs
FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. WWW: https://github.com/happyfish100/fastdfs PR: 213311 Submitted by: Daniel Ylitalo <daniel@blodan.se>
Diffstat (limited to 'ftp/php70-fastdfs/files/patch-config.m4')
-rw-r--r--ftp/php70-fastdfs/files/patch-config.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/php70-fastdfs/files/patch-config.m4 b/ftp/php70-fastdfs/files/patch-config.m4
new file mode 100644
index 000000000000..2017cab49190
--- /dev/null
+++ b/ftp/php70-fastdfs/files/patch-config.m4
@@ -0,0 +1,11 @@
+--- 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)