[glest] Combine attempts to fix min and max

Bruno Wolff III bruno at fedoraproject.org
Thu Jan 26 04:10:12 UTC 2012


commit 5a73b207918b2da083210cb9aa6429eb6527b95e
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Wed Jan 25 22:03:49 2012 -0600

    Combine attempts to fix min and max

 glest-gcc47.patch |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/glest-gcc47.patch b/glest-gcc47.patch
index 73e9cf5..cddd221 100644
--- a/glest-gcc47.patch
+++ b/glest-gcc47.patch
@@ -1,6 +1,14 @@
---- shared_lib/include/graphics/math_util.h.orig	2012-01-25 21:50:15.971600870 -0600
-+++ shared_lib/include/graphics/math_util.h	2012-01-25 21:51:01.480384804 -0600
-@@ -142,10 +142,10 @@
+--- shared_lib/include/graphics/math_util.h.orig	2012-01-25 22:03:12.379278295 -0600
++++ shared_lib/include/graphics/math_util.h	2012-01-25 22:03:32.830877586 -0600
+@@ -12,6 +12,7 @@
+ #ifndef _SHARED_GRAPHICS_MATHUTIL_H_
+ #define _SHARED_GRAPHICS_MATHUTIL_H_
+ 
++#include <algorithm>
+ #include <cmath>
+ 
+ #include "vec.h"
+@@ -142,10 +143,10 @@
  
  	Rect2<T> computeBoundingRect() const{
  		return Rect2i(


More information about the scm-commits mailing list