summaryrefslogtreecommitdiff
path: root/dev-php/pecl-ps/files/ps-1.4.4-fix-gd-detection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/pecl-ps/files/ps-1.4.4-fix-gd-detection.patch')
-rw-r--r--dev-php/pecl-ps/files/ps-1.4.4-fix-gd-detection.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-php/pecl-ps/files/ps-1.4.4-fix-gd-detection.patch b/dev-php/pecl-ps/files/ps-1.4.4-fix-gd-detection.patch
new file mode 100644
index 000000000000..282bc7a34106
--- /dev/null
+++ b/dev-php/pecl-ps/files/ps-1.4.4-fix-gd-detection.patch
@@ -0,0 +1,11 @@
+--- a/config.m4
++++ b/config.m4
+@@ -38,7 +38,7 @@
+ PHP_ARG_ENABLE([gd],
+ [for GD support],
+ [AS_HELP_STRING([--enable-gd],
+- [Include GD support])])
++ [Include GD support])], no, no)
+
+ if test "$PHP_GD" != "no"; then
+