mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
11 lines
262 B
C
11 lines
262 B
C
--- gd.c.orig 2023-06-06 15:54:29 UTC
|
|
+++ gd.c
|
|
@@ -80,7 +80,7 @@
|
|
# 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
|
|
|