mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
(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
10 lines
234 B
C
10 lines
234 B
C
--- src/misc/TMemoryPipe.h.orig 2013-03-29 17:15:58 UTC
|
|
+++ src/misc/TMemoryPipe.h
|
|
@@ -24,6 +24,7 @@
|
|
#include "../../config/common.h"
|
|
|
|
#include <stdexcept>
|
|
+#include <string>
|
|
|
|
#include "CMutex.h"
|
|
#include "CConditionVariable.h"
|