freebsd-ports/audio/rezound/files/patch-src_backend_CSound.cpp
Alexey Dokuchaev 44b1e2aafe - Resurrect `audio/rezound' as the days of gcc/libstdc++ mess are gone
(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
2017-03-03 16:22:28 +00:00

11 lines
435 B
C++

--- src/backend/CSound.cpp.orig 2010-02-28 06:32:54 UTC
+++ src/backend/CSound.cpp
@@ -2289,7 +2289,7 @@ void CSound::setUserNotes(const string &
// this is the explicit instantiation of the TPoolFile for CSound's purposes
-#include <TPoolFile.cpp>
+// #include <TPoolFile.cpp>
template class TPoolFile<sample_pos_t,uint64_t>;
// Some explicit template method instantiations (not sure why some are necessary and some aren't)