From f301c007c70a2bfe26f0098a55f56a19ea61c299 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 24 Sep 2024 14:23:50 +0200 Subject: [PATCH] package/rapidxml: fix 'compilation' typo in patch description Signed-off-by: Peter Korsgaard Signed-off-by: Arnout Vandecappelle --- ...1-ensure-internal-print-operations-are-declared-before.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rapidxml/0001-ensure-internal-print-operations-are-declared-before.patch b/package/rapidxml/0001-ensure-internal-print-operations-are-declared-before.patch index fcf1b3cce6..18c42415e1 100644 --- a/package/rapidxml/0001-ensure-internal-print-operations-are-declared-before.patch +++ b/package/rapidxml/0001-ensure-internal-print-operations-are-declared-before.patch @@ -2,7 +2,7 @@ Stock rapidxml-1.13 does not allow implementers of the `rapidxml_print.hpp` header to build under GCC 4.7 (or newer) due to -compliation issues. This is a result of "Name lookup changes" introduced +compilation issues. This is a result of "Name lookup changes" introduced in GCC 4.7 [1]. The following adds forward declarations required to compile with GCC 4.7+.