diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-10-08 08:52:51 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-10-08 08:52:51 +0000 |
commit | 3a5533b48d284380e9a3a97b953e1a555242caf2 (patch) | |
tree | adfd6b20496941d7ab22cbbb81aacdf0db2ffbe3 /security/php73-sodium/files/patch-config.m4 | |
parent | Update to 0.19.0 release. (diff) |
Add PHP 7.3 RC2 to the ports-tree.
Notable changes:
- Switch from PCRE to PCRE2
- Many modules now require PCRE2 for building
- graphics/php73-gd: X11 option is no longer default
Changes to Mk/Uses/php.mk approved by ale
Notes
Notes:
svn path=/head/; revision=481525
Diffstat (limited to 'security/php73-sodium/files/patch-config.m4')
-rw-r--r-- | security/php73-sodium/files/patch-config.m4 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/php73-sodium/files/patch-config.m4 b/security/php73-sodium/files/patch-config.m4 new file mode 100644 index 000000000000..9d328698a487 --- /dev/null +++ b/security/php73-sodium/files/patch-config.m4 @@ -0,0 +1,17 @@ +--- config.m4.orig 2017-11-03 18:32:08 UTC ++++ config.m4 +@@ -50,14 +50,6 @@ if test "$PHP_SODIUM" != "no"; then + PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $LIBSODIUM_DIR/$PHP_LIBDIR, SODIUM_SHARED_LIBADD) + fi + +- PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL, +- [ +- AC_DEFINE(HAVE_LIBSODIUMLIB,1,[ ]) +- ],[ +- AC_MSG_ERROR([wrong libsodium lib version (< 1.0.8) or lib not found]) +- ],[ +- ]) +- + PHP_SUBST(SODIUM_SHARED_LIBADD) + + PHP_NEW_EXTENSION(sodium, libsodium.c, $ext_shared) |