diff options
author | oliver <oliver@FreeBSD.org> | 2003-05-14 14:34:22 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-05-14 14:34:22 +0000 |
commit | 257e44b58b0a83f6ac0e32110584e87ea3fdcfb9 (patch) | |
tree | 1186f1667368a918b3f84e046eb21b9904b95683 /devel/libuta | |
parent | f23bbb8f0edd54791e5082f122442ae850564132 (diff) | |
download | FreeBSD-ports-257e44b58b0a83f6ac0e32110584e87ea3fdcfb9.zip FreeBSD-ports-257e44b58b0a83f6ac0e32110584e87ea3fdcfb9.tar.gz |
Fix build on non ix86 systems with gcc 3 (e.g. FreeBSD 5 on alpha).
Submitted by: bento
Approved by: alex (mentor)
Diffstat (limited to 'devel/libuta')
-rw-r--r-- | devel/libuta/files/patch-uta::blitters.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libuta/files/patch-uta::blitters.cc b/devel/libuta/files/patch-uta::blitters.cc new file mode 100644 index 0000000..74ca2ff --- /dev/null +++ b/devel/libuta/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. + */ |