From 8ff4f2f51a6cf07fc33742ce3bee81328896e49b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Fri, 25 May 2018 23:29:36 +0000 Subject: Fri May 25 23:29:36 UTC 2018 patches/packages/glibc-zoneinfo-2018e-noarch-2_slack14.1.txz: Rebuilt. Handle removal of US/Pacific-New timezone. If we see that the machine is using this, it will be automatically switched to US/Pacific. --- patches/source/imagemagick/blob.c.undef.have_popen.diff | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/source/imagemagick/blob.c.undef.have_popen.diff (limited to 'patches/source/imagemagick/blob.c.undef.have_popen.diff') diff --git a/patches/source/imagemagick/blob.c.undef.have_popen.diff b/patches/source/imagemagick/blob.c.undef.have_popen.diff new file mode 100644 index 000000000..9e33cab77 --- /dev/null +++ b/patches/source/imagemagick/blob.c.undef.have_popen.diff @@ -0,0 +1,10 @@ +--- ./magick/blob.c.orig 2016-05-30 06:55:02.000000000 -0500 ++++ ./magick/blob.c 2016-05-30 14:48:36.139925266 -0500 +@@ -80,6 +80,7 @@ + Define declarations. + */ + #define MagickMaxBlobExtent 65541 ++#undef MAGICKCORE_HAVE_POPEN + #if !defined(MAP_ANONYMOUS) && defined(MAP_ANON) + # define MAP_ANONYMOUS MAP_ANON + #endif -- cgit v1.2.3