ports/devel/wftk/files/patch-uta::blitters.cc
Oliver Lehmann 2371db3019 Fix build on non ix86 systems with gcc 3 (e.g. FreeBSD 5 on alpha).
Submitted by:	bento
Approved by:	alex (mentor)
2003-05-14 14:34:22 +00:00

11 lines
287 B
C++

--- 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 @@
#endif
#if !defined(X86_ASSEMBLER)
+using namespace std;
+
/** Apply const gamma value.
Blit just copies alpha value of the source to the destination surface.
*/