diff options
Diffstat (limited to 'app-misc/granule/files/granule-1.4.0-fix-template-with-permissive.patch')
-rw-r--r-- | app-misc/granule/files/granule-1.4.0-fix-template-with-permissive.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-misc/granule/files/granule-1.4.0-fix-template-with-permissive.patch b/app-misc/granule/files/granule-1.4.0-fix-template-with-permissive.patch new file mode 100644 index 000000000000..252c41e77973 --- /dev/null +++ b/app-misc/granule/files/granule-1.4.0-fix-template-with-permissive.patch @@ -0,0 +1,15 @@ +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 |