mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Please DO NOT use this version in production, it is an early test version. port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A build is running to check all php ports with php82 and will be committed in batch tomorrow. Sponsored by: Bounce Experts
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
|
|
|