From c12e031530872d73a8315d26d42c14859cf9de8e Mon Sep 17 00:00:00 2001 From: lesniewskister Date: Fri, 20 Mar 2015 20:39:49 -0230 Subject: [PATCH] Reduce downstream patches As per http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/php/5.6/patches/patch-ext_gd_libgd_gdcache_h?rev=1.1&content-type=text/x-cvsweb-markup --- ext/gd/libgd/gdcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/libgd/gdcache.h b/ext/gd/libgd/gdcache.h index 6a6e892447..0c5f83d92a 100644 --- a/ext/gd/libgd/gdcache.h +++ b/ext/gd/libgd/gdcache.h @@ -41,7 +41,7 @@ /*********************************************************/ #include -#ifdef HAVE_MALLOC_H +#if (!defined(__OpenBSD__)) && HAVE_MALLOC_H #include #endif #ifndef NULL -- 2.50.1