summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-02-23 17:36:23 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2021-02-23 20:27:26 +0100
commitee38ad535eeca7150a963870612dbe03590d3217 (patch)
treec00db2a1366c677586218ac69d8259cbbcad51a2 /x11-wm
parentsys-apps/groff: drop ~x64-cygwin (diff)
downloadgentoo-ee38ad535eeca7150a963870612dbe03590d3217.tar.gz
gentoo-ee38ad535eeca7150a963870612dbe03590d3217.tar.bz2
gentoo-ee38ad535eeca7150a963870612dbe03590d3217.zip
x11-wm/windowmaker: remove unused patch
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19619 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/windowmaker/files/windowmaker-0.95.8-imagemagick7.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-wm/windowmaker/files/windowmaker-0.95.8-imagemagick7.patch b/x11-wm/windowmaker/files/windowmaker-0.95.8-imagemagick7.patch
deleted file mode 100644
index b4cccab5a71e..000000000000
--- a/x11-wm/windowmaker/files/windowmaker-0.95.8-imagemagick7.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-imagemagick 7.0 now uses MagickWand/
----
- m4/wm_imgfmt_check.m4 | 2 +-
- wrlib/load_magick.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/m4/wm_imgfmt_check.m4 b/m4/wm_imgfmt_check.m4
-index 5dd9ec7f..14e52bb3 100644
---- a/m4/wm_imgfmt_check.m4
-+++ b/m4/wm_imgfmt_check.m4
-@@ -312,7 +312,7 @@ AS_IF([test "x$enable_magick" = "xno"],
- dnl
- dnl The library was found, check if header is available and compiles
- wm_save_CFLAGS="$CFLAGS"
-- AS_IF([wm_fn_lib_try_compile "wand/magick_wand.h" "MagickWand *wand;" "wand = NewMagickWand()" "$wm_cv_libchk_magick_cflags"],
-+ AS_IF([wm_fn_lib_try_compile "MagickWand/MagickWand.h" "MagickWand *wand;" "wand = NewMagickWand()" "$wm_cv_libchk_magick_cflags"],
- [wm_cv_libchk_magick="$wm_cv_libchk_magick_cflags % $wm_cv_libchk_magick_libs"],
- [AC_MSG_ERROR([found MagickWand library but could not compile its header])])
- CFLAGS="$wm_save_CFLAGS"])dnl
-diff --git a/wrlib/load_magick.c b/wrlib/load_magick.c
-index 3e809ba2..1edbebc3 100644
---- a/wrlib/load_magick.c
-+++ b/wrlib/load_magick.c
-@@ -22,7 +22,7 @@
-
- #include "config.h"
-
--#include <wand/MagickWand.h>
-+#include <MagickWand/MagickWand.h>
-
- #include "wraster.h"
- #include "imgformat.h"
---
-2.13.0
-