1061308ba7
There are many greater changes including: - json is now part of core - xmlrpc is removed - More than 150 backward incompatible changes Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING Reviewed by: ale, mfechner, Pascal Christen Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D26848
11 lines
285 B
C
11 lines
285 B
C
--- gd.c.orig 2020-09-29 22:36:51 UTC
|
|
+++ gd.c
|
|
@@ -72,7 +72,7 @@ static int le_gd_font;
|
|
# include FT_FREETYPE_H
|
|
#endif
|
|
|
|
-#if defined(HAVE_GD_XPM) && defined(HAVE_GD_BUNDLED)
|
|
+#if defined(HAVE_XPM) && defined(HAVE_GD_XPM) && defined(HAVE_GD_BUNDLED)
|
|
# include "X11/xpm.h"
|
|
#endif
|
|
|