diff options
Diffstat (limited to 'security/php71-hash')
-rw-r--r-- | security/php71-hash/Makefile | 9 | ||||
-rw-r--r-- | security/php71-hash/files/patch-php__hash__sha3.h | 11 |
2 files changed, 20 insertions, 0 deletions
diff --git a/security/php71-hash/Makefile b/security/php71-hash/Makefile new file mode 100644 index 000000000000..ee41b199dc0b --- /dev/null +++ b/security/php71-hash/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= security + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -hash + +.include "${MASTERDIR}/Makefile" diff --git a/security/php71-hash/files/patch-php__hash__sha3.h b/security/php71-hash/files/patch-php__hash__sha3.h new file mode 100644 index 000000000000..5c3f2936e690 --- /dev/null +++ b/security/php71-hash/files/patch-php__hash__sha3.h @@ -0,0 +1,11 @@ +--- php_hash_sha3.h.orig 2016-11-09 03:34:27 UTC ++++ php_hash_sha3.h +@@ -20,7 +20,7 @@ + #define PHP_HASH_SHA3_H + + #include "php.h" +-#include "ext/hash/php_hash.h" ++#include "php_hash.h" + + typedef struct { + unsigned char state[200]; // 5 * 5 * sizeof(uint64) |