summaryrefslogtreecommitdiff
path: root/devel/libuta
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-25 23:45:06 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-25 23:45:06 +0000
commitf41f5ae9e6c29e68bf5dabac583c047f40b9ca0f (patch)
tree536e7c804ed109835ce7cfce0230eac66f94d356 /devel/libuta
parentA cross-platform C++/OpenGL library. Simple, and powerful for (diff)
fix build on CURRENT
Notes
Notes: svn path=/head/; revision=85610
Diffstat (limited to 'devel/libuta')
-rw-r--r--devel/libuta/files/patch-uta::blitters.cc20
-rw-r--r--devel/libuta/files/patch-uta::painter.cc10
2 files changed, 24 insertions, 6 deletions
diff --git a/devel/libuta/files/patch-uta::blitters.cc b/devel/libuta/files/patch-uta::blitters.cc
index 74ca2ff50702..d60c1d8cc82c 100644
--- a/devel/libuta/files/patch-uta::blitters.cc
+++ b/devel/libuta/files/patch-uta::blitters.cc
@@ -1,11 +1,19 @@
---- uta/blitters.cc.orig Wed May 14 05:23:15 2003
-+++ uta/blitters.cc Wed May 14 15:39:28 2003
-@@ -28,6 +28,8 @@
+--- uta/blitters.cc.orig Sat Oct 12 23:11:07 2002
++++ uta/blitters.cc Sat Jul 26 01:16:18 2003
+@@ -20,6 +20,7 @@
+
+ #include "blitters.h"
+ #include <painter.h>
++#include <cassert>
+
+ namespace uta {
+
+@@ -27,6 +28,8 @@
+ #undef X86_ASSEMBLER
#endif
#if !defined(X86_ASSEMBLER)
-
-+using namespace std;
+
++using namespace std;
+
/** Apply const gamma value.
Blit just copies alpha value of the source to the destination surface.
- */
diff --git a/devel/libuta/files/patch-uta::painter.cc b/devel/libuta/files/patch-uta::painter.cc
new file mode 100644
index 000000000000..3f9f2390b022
--- /dev/null
+++ b/devel/libuta/files/patch-uta::painter.cc
@@ -0,0 +1,10 @@
+--- uta/painter.cc.orig Sat Jul 26 01:22:51 2003
++++ uta/painter.cc Fri Jul 25 23:24:47 2003
+@@ -27,6 +27,7 @@
+ #include "debug.h"
+
+ #include <math.h>
++#include <cassert>
+
+ namespace uta {
+