diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-26 07:45:06 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-26 07:45:06 +0800 |
commit | 46443f4dc8f69aad518e5437101db5be662d85fc (patch) | |
tree | 3bfbaba2f2d1b4713374b093ca2342991312840d /devel | |
parent | 1dce5dc46849e07843e38fa52f4065c3c1f5494c (diff) | |
download | freebsd-ports-gnome-46443f4dc8f69aad518e5437101db5be662d85fc.tar.gz freebsd-ports-gnome-46443f4dc8f69aad518e5437101db5be662d85fc.tar.zst freebsd-ports-gnome-46443f4dc8f69aad518e5437101db5be662d85fc.zip |
fix build on CURRENT
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libuta/files/patch-uta::blitters.cc | 20 | ||||
-rw-r--r-- | devel/libuta/files/patch-uta::painter.cc | 10 | ||||
-rw-r--r-- | devel/wftk/files/patch-uta::blitters.cc | 20 | ||||
-rw-r--r-- | devel/wftk/files/patch-uta::painter.cc | 10 |
4 files changed, 48 insertions, 12 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 { + diff --git a/devel/wftk/files/patch-uta::blitters.cc b/devel/wftk/files/patch-uta::blitters.cc index 74ca2ff50702..d60c1d8cc82c 100644 --- a/devel/wftk/files/patch-uta::blitters.cc +++ b/devel/wftk/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/wftk/files/patch-uta::painter.cc b/devel/wftk/files/patch-uta::painter.cc new file mode 100644 index 000000000000..3f9f2390b022 --- /dev/null +++ b/devel/wftk/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 { + |