diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-10-29 17:57:38 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-10-29 17:57:38 +0000 |
commit | ff9a1886815bb13d2a1a3f89e8cf5f8517e7917a (patch) | |
tree | 70c1da573fe4f9fdaac80d6d2da680c7bc397671 /audio/linuxsampler/files/patch-src__common__Pool.h | |
parent | Add www/xpi-flagfox (diff) |
- Fix build with clang
- Remove ABI version numbers from LID_DEPENDS
- Use proper includes for OptionsNG
PR: ports/172722
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
Diffstat (limited to 'audio/linuxsampler/files/patch-src__common__Pool.h')
-rw-r--r-- | audio/linuxsampler/files/patch-src__common__Pool.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/linuxsampler/files/patch-src__common__Pool.h b/audio/linuxsampler/files/patch-src__common__Pool.h new file mode 100644 index 000000000000..540bcccf666b --- /dev/null +++ b/audio/linuxsampler/files/patch-src__common__Pool.h @@ -0,0 +1,11 @@ +--- src/common/Pool.h.orig 2008-12-07 09:18:04.000000000 +0900 ++++ src/common/Pool.h 2012-10-13 04:19:19.000000000 +0900 +@@ -393,7 +393,7 @@ + inline Iterator allocAppend() { + if (pPool->poolIsEmpty()) return RTListBase<T>::begin(); + Iterator element = pPool->alloc(); +- append(element); ++ this->append(element); + #if CONFIG_DEVMODE + element.list = this; + #endif // CONFIG_DEVMODE
\ No newline at end of file |