From b4480f333aed7f7f3bc75446a1a5010ba8df738c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 27 Jul 2016 14:49:49 +0800 Subject: sourceforge: switch to https:// URIs --- dev-libs/rapidxml/files/rapidxml-1.13-clang.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-libs/rapidxml/files/rapidxml-1.13-clang.patch') diff --git a/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch b/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch index 8090bfdc04cf..007ee19fa8dd 100644 --- a/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch +++ b/dev-libs/rapidxml/files/rapidxml-1.13-clang.patch @@ -5,7 +5,7 @@ // Internal printing operations + // ===================================== -+ // fix for clang for this bug in gcc and others: http://sourceforge.net/p/rapidxml/bugs/16/ ++ // fix for clang for this bug in gcc and others: https://sourceforge.net/p/rapidxml/bugs/16/ + + template inline OutIt print_children(OutIt out, const xml_node *node, int flags, int indent); + template inline OutIt print_element_node(OutIt out, const xml_node *node, int flags, int indent); -- cgit v1.2.3-65-gdbad