1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

fix build on CURRENT

This commit is contained in:
Oliver Lehmann 2003-07-25 23:45:06 +00:00
parent ee50cec6f8
commit f41f5ae9e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85610
4 changed files with 48 additions and 12 deletions

View File

@ -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.
*/

View File

@ -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 {

View File

@ -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.
*/

View File

@ -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 {