Ice: add patch to fix building murmer with gcc 4.7
This commit is contained in:
parent
d171a1297d
commit
aac6a50922
3 changed files with 1433 additions and 12 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,11 +0,0 @@
|
|||
--- cpp/include/Ice/Buffer.h.old 2011-10-31 19:16:44.474763681 -0600
|
||||
+++ cpp/include/Ice/Buffer.h 2011-10-31 19:17:37.594762402 -0600
|
||||
@@ -10,6 +10,7 @@
|
||||
#ifndef ICEE_BUFFER_H
|
||||
#define ICEE_BUFFER_H
|
||||
|
||||
+#include <cstddef>
|
||||
#include <Ice/Config.h>
|
||||
|
||||
namespace IceInternal
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'Ice'
|
||||
pkgname=Ice
|
||||
version=3.4.2
|
||||
revision=6
|
||||
revision=7
|
||||
build_wrksrc=cpp
|
||||
homepage="http://www.zeroc.com"
|
||||
subpackages="lib$pkgname $pkgname-devel"
|
||||
|
|
Loading…
Reference in a new issue