angelos 14/03/22 19:33:59 Added: granule-1.4.0-fix-template-with-permissive.patch Log: Import patch from debian to fix compilation with gcc4.8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Revision Changes Path 1.1 app-misc/granule/files/granule-1.4.0-fix-template-with-permissive.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/granule/files/granule-1.4.0-fix-template-with-permissive.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/granule/files/granule-1.4.0-fix-template-with-permissive.patch?rev=1.1&content-type=text/plain Index: granule-1.4.0-fix-template-with-permissive.patch =================================================================== Description: Fix build with gcc4.8 and -fpermissive Bug-Debian: http://bugs.debian.org/701292 Last-Update: 2013-08-11 --- granule-1.4.0-7.orig/src/Granule.cpp +++ granule-1.4.0-7/src/Granule.cpp @@ -56,7 +56,7 @@ ASSA_DECL_SINGLETON(Granule); static const int TIMEOUT = 2000; // 2 seconds (1,000 mls = 1 sec). -template <> xmlExternalEntityLoader Granule::m_default_entity_loader = 0; +xmlExternalEntityLoader Granule::m_default_entity_loader = 0; /******************************************************************************* Member Functions