From 5a7e0aaef0d86292e546eddb4d87bdd1ce7d1488 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 16 Jul 2024 22:22:54 +0200 Subject: textproc/diffmark: Remove expired port 2024-07-16 textproc/diffmark: Fails to build with libxml2 2.13.0 (PR 279705) --- textproc/diffmark/files/patch-lib__diff.hh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 textproc/diffmark/files/patch-lib__diff.hh (limited to 'textproc/diffmark/files') diff --git a/textproc/diffmark/files/patch-lib__diff.hh b/textproc/diffmark/files/patch-lib__diff.hh deleted file mode 100644 index f9816aea47e9..000000000000 --- a/textproc/diffmark/files/patch-lib__diff.hh +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/diff.hh.orig 2013-12-07 05:09:56.000000000 +0900 -+++ lib/diff.hh 2013-12-07 05:10:09.000000000 +0900 -@@ -13,7 +13,7 @@ - template<> - struct less - { -- bool operator()(xmlNodePtr m, xmlNodePtr n) -+ bool operator()(xmlNodePtr m, xmlNodePtr n) const - { - return compare(m, n, true) < 0; - } -- cgit v1.2.3