mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
php7: restructure patches
- Add some more patches from Debian - Rename existing ones (our own patches starts with prefix 1000+) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
--- a/ext/gd/libgd/gdkanji.c
|
||||
+++ b/ext/gd/libgd/gdkanji.c
|
||||
@@ -9,6 +9,11 @@
|
||||
#include "gdhelpers.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
+
|
||||
+/* force usage of internal conversation routine */
|
||||
+#undef HAVE_ICONV_H
|
||||
+#undef HAVE_ICONV
|
||||
+
|
||||
#if defined(HAVE_ICONV_H) || defined(HAVE_ICONV)
|
||||
#include <iconv.h>
|
||||
#ifdef HAVE_ERRNO_H
|
||||
Reference in New Issue
Block a user