summaryrefslogtreecommitdiff
path: root/textproc/diffmark/files/patch-lib__diff.hh
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-07-16 22:22:54 +0200
committerRene Ladan <rene@FreeBSD.org>2024-07-16 22:22:54 +0200
commit5a7e0aaef0d86292e546eddb4d87bdd1ce7d1488 (patch)
tree3666885fbd741a42bf3b81e5c5ac09ce63ab25ce /textproc/diffmark/files/patch-lib__diff.hh
parenttextproc/p5-XML-DifferenceMarkup: Remove expired port (diff)
textproc/diffmark: Remove expired port
2024-07-16 textproc/diffmark: Fails to build with libxml2 2.13.0 (PR 279705)
Diffstat (limited to 'textproc/diffmark/files/patch-lib__diff.hh')
-rw-r--r--textproc/diffmark/files/patch-lib__diff.hh11
1 files changed, 0 insertions, 11 deletions
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<xmlNodePtr>
- {
-- bool operator()(xmlNodePtr m, xmlNodePtr n)
-+ bool operator()(xmlNodePtr m, xmlNodePtr n) const
- {
- return compare(m, n, true) < 0;
- }