]> git.pld-linux.org Git - packages/djvulibre.git/blame - djvulibre-gcc3.patch
- fixed build with libstdc++v3 (gcc3 patch); release 2
[packages/djvulibre.git] / djvulibre-gcc3.patch
CommitLineData
117b285d
JB
1--- djvulibre-3.5.8/libdjvu/GException.cpp.orig Tue Jul 30 05:50:42 2002
2+++ djvulibre-3.5.8/libdjvu/GException.cpp Fri Oct 11 00:57:50 2002
3@@ -265,7 +265,7 @@
4 #if !defined(WIN32) && !defined(__CYGWIN32__)
5 // In general this is a bad idea since statics won't get initialized
6 // under WINDOWS, even with CYGWIN.
7-static void (*old_handler)() = set_new_handler(throw_memory_error);
8+static void (*old_handler)() = std::set_new_handler(throw_memory_error);
9 #endif // ! WIN32
10 #endif // !_MSC_VER
11 #endif // !NEED_DJVU_MEMORY
This page took 0.026245 seconds and 4 git commands to generate.