44b1e2aafe
(at least on tier-1 architectures) - Update to version 0.13.1beta which includes many C++ related fixes (unfortunately, a number of issues still remain to be patched) - Let the compiler handle template instantiation of ``TPoolFile'' [1] - Use native atomics instead of pulling Boost header - Convert few remaining sed(1) in-place editing to patch files - Bump FOX toolkit version being used (1.4 -> 1.6) - Get rid of absolute port origins when specifying dependencies - Unbreak NLS option (and enable it back by default) [1] http://bugs.gentoo.org/334797
13 lines
308 B
C
13 lines
308 B
C
--- src/PoolFile/TPoolFile.h.orig 2013-02-10 06:35:02 UTC
|
|
+++ src/PoolFile/TPoolFile.h
|
|
@@ -399,10 +399,8 @@ private:
|
|
|
|
};
|
|
|
|
-/* this would be needed if I were utilizing gcc's implicit instantiation for TPoolFile
|
|
#define __TPoolFile_H__CPP
|
|
#include "TPoolFile.cpp"
|
|
#undef __TPoolFile_H__CPP
|
|
-*/
|
|
|
|
#endif
|