diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-05-14 14:34:22 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-05-14 14:34:22 +0000 |
commit | 2371db3019e240c3a02ef6908bde517d759bbab1 (patch) | |
tree | eed496b0c926aba64f6dc8a5b327cf7ffbe3c38c /devel/wftk | |
parent | 05b1705af91a0712c94dc4a11df85a5d9c23ec6c (diff) |
Fix build on non ix86 systems with gcc 3 (e.g. FreeBSD 5 on alpha).
Submitted by: bento
Approved by: alex (mentor)
Notes
Notes:
svn path=/head/; revision=80977
Diffstat (limited to 'devel/wftk')
-rw-r--r-- | devel/wftk/files/patch-uta::blitters.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/wftk/files/patch-uta::blitters.cc b/devel/wftk/files/patch-uta::blitters.cc new file mode 100644 index 000000000000..74ca2ff50702 --- /dev/null +++ b/devel/wftk/files/patch-uta::blitters.cc @@ -0,0 +1,11 @@ +--- 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. + */ |