summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-06-16 18:21:36 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-06-16 18:21:36 +0000
commit579beb8c18ccfcb6bb7b2085b1452ad7c7cb1e82 (patch)
treec023049b9bf784e67204d05775f59256663ee8f4 /dev-db/tora/files
parentBug #222341, do not install the cvs-format emacs lisp file, as it clobbers th... (diff)
downloadhistorical-579beb8c18ccfcb6bb7b2085b1452ad7c7cb1e82.tar.gz
historical-579beb8c18ccfcb6bb7b2085b1452ad7c7cb1e82.tar.bz2
historical-579beb8c18ccfcb6bb7b2085b1452ad7c7cb1e82.zip
Version bump, include fix to build w/ gcc-4.3 (#227497)
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'dev-db/tora/files')
-rw-r--r--dev-db/tora/files/tora-gcc43.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-db/tora/files/tora-gcc43.patch b/dev-db/tora/files/tora-gcc43.patch
new file mode 100644
index 000000000000..b39b94dcdbfb
--- /dev/null
+++ b/dev-db/tora/files/tora-gcc43.patch
@@ -0,0 +1,11 @@
+--- ext/loki/loki-0.1.6/src/SmallObj.cpp.orig 2008-06-16 20:10:07.676442069 +0200
++++ ext/loki/loki-0.1.6/src/SmallObj.cpp 2008-06-16 20:10:21.139446807 +0200
+@@ -22,6 +22,8 @@
+ #include <vector>
+ #include <bitset>
+
++#include <limits.h>
++
+ //#define DO_EXTRA_LOKI_TESTS
+ //#define USE_NEW_TO_ALLOCATE
+