ports/textproc/iiimf-server/files/patch-iiimsf-src_IMSvrXMLConf.hh
Martin Wilke 019f87a3db - Fix build with gcc 4.2
- S/INSTALLS_SHLIB/USE_LDCONFIG

PR:		118937
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2008-01-12 13:11:16 +00:00

11 lines
470 B
C++

--- iiimsf/src/IMSvrXMLConf.hh.orig 2007-12-21 19:19:48.000000000 +0100
+++ iiimsf/src/IMSvrXMLConf.hh 2007-12-21 19:20:00.000000000 +0100
@@ -14,7 +14,7 @@
IMAuth::access_type get_access_type(xmlChar *key);
- string IMSvrXMLConf::parse_text_node(xmlNodePtr &node);
+ string parse_text_node(xmlNodePtr &node);
string parse_hostname_node(xmlNodePtr &node);
string parse_port_node(xmlNodePtr &node);
string parse_file_node(xmlNodePtr &node);