mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
332 B
C
11 lines
332 B
C
--- phar.c.orig 2016-06-22 01:50:40 UTC
|
|
+++ phar.c
|
|
@@ -3630,7 +3630,7 @@ static const zend_module_dep phar_deps[]
|
|
ZEND_MOD_OPTIONAL("openssl")
|
|
ZEND_MOD_OPTIONAL("zlib")
|
|
ZEND_MOD_OPTIONAL("standard")
|
|
-#if defined(HAVE_HASH) && !defined(COMPILE_DL_HASH)
|
|
+#if defined(HAVE_HASH)
|
|
ZEND_MOD_REQUIRED("hash")
|
|
#endif
|
|
#if HAVE_SPL
|