]> git.pld-linux.org Git - packages/agave.git/commitdiff
- restore some standard library includes in order to build with recent
authorduddits <duddits@pld-linux.org>
Sat, 31 Jan 2009 16:36:58 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
version of g++

Changed files:
    agave-g++.patch -> 1.1

agave-g++.patch [new file with mode: 0644]

diff --git a/agave-g++.patch b/agave-g++.patch
new file mode 100644 (file)
index 0000000..38de673
--- /dev/null
@@ -0,0 +1,11 @@
+diff -burNp agave-0.4.5/src/paletteparser/palette.h agave-0.4.5-dud/src/paletteparser/palette.h
+--- agave-0.4.5/src/paletteparser/palette.h    2007-08-25 04:57:09.000000000 +0200
++++ agave-0.4.5-dud/src/paletteparser/palette.h        2009-01-31 17:29:07.292460587 +0100
+@@ -26,6 +26,7 @@
+ #ifndef __PP_PALETTE_H
+ #define __PP_PALETTE_H
++#include <cstring>
+ #include <iostream>
+ #include <vector>
+ #include <glibmm/ustring.h>
This page took 0.345314 seconds and 4 git commands to generate.