summaryrefslogtreecommitdiff
path: root/ftp/php-fastdfs/files/patch-config.m4
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-07-03 15:13:58 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-07-03 15:13:58 +0000
commit61c827b33eb6e83a20977a661ceb5d0f00ee078e (patch)
tree8fa417fd262b07f6a38fbbb6998c4e22b82dee2d /ftp/php-fastdfs/files/patch-config.m4
parentFix build with non-default LOCALBASE, PREFIX (diff)
Update to 6.06
PR: 246912 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Notes
Notes: svn path=/head/; revision=541116
Diffstat (limited to 'ftp/php-fastdfs/files/patch-config.m4')
-rw-r--r--ftp/php-fastdfs/files/patch-config.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/php-fastdfs/files/patch-config.m4 b/ftp/php-fastdfs/files/patch-config.m4
new file mode 100644
index 000000000000..dfbb549369a4
--- /dev/null
+++ b/ftp/php-fastdfs/files/patch-config.m4
@@ -0,0 +1,11 @@
+--- config.m4.orig 2019-12-30 23:36:03 UTC
++++ config.m4
+@@ -10,7 +10,7 @@ if test "$PHP_FASTDFS_CLIENT" != "no"; t
+ ROOT=/usr
+ fi
+
+- PHP_ADD_INCLUDE($ROOT/local/include)
++ PHP_ADD_INCLUDE($ROOT/include)
+
+ PHP_ADD_LIBRARY_WITH_PATH(fastcommon, $ROOT/lib, FASTDFS_CLIENT_SHARED_LIBADD)
+ PHP_ADD_LIBRARY_WITH_PATH(fdfsclient, $ROOT/lib, FASTDFS_CLIENT_SHARED_LIBADD)