mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Fix another PHP bug and unbreak build on amd64.
Reported by: pointyhat via kris
This commit is contained in:
parent
a986780778
commit
5d358fdb36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154637
1 changed files with 10 additions and 0 deletions
10
converters/php5-mbstring/files/patch-oniguruma_regerror.c
Normal file
10
converters/php5-mbstring/files/patch-oniguruma_regerror.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- oniguruma/regerror.c.orig Sat Jan 28 09:53:54 2006
|
||||
+++ oniguruma/regerror.c Sat Jan 28 09:56:58 2006
|
||||
@@ -27,6 +27,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
+#include "config.h"
|
||||
#include "regint.h"
|
||||
#include <stdio.h> /* for vsnprintf() */
|
||||
|
Loading…
Add table
Reference in a new issue