diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-07 14:01:06 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-07 14:01:06 +0000 |
commit | eae7c4fcb1d19b186c17ffaedbd2891fad2ee57b (patch) | |
tree | 8929dbda92c8b9862f2e12a413eb7fb014b54c1b /x11-misc/bbcd/files | |
parent | New package: openbsd userland+kernel sources (diff) | |
download | historical-eae7c4fcb1d19b186c17ffaedbd2891fad2ee57b.tar.gz historical-eae7c4fcb1d19b186c17ffaedbd2891fad2ee57b.tar.bz2 historical-eae7c4fcb1d19b186c17ffaedbd2891fad2ee57b.zip |
added gcc 3.3 patch
Diffstat (limited to 'x11-misc/bbcd/files')
-rw-r--r-- | x11-misc/bbcd/files/bbcd-0.3.1-gcc3.3.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-misc/bbcd/files/bbcd-0.3.1-gcc3.3.patch b/x11-misc/bbcd/files/bbcd-0.3.1-gcc3.3.patch new file mode 100644 index 000000000000..906dabf616ca --- /dev/null +++ b/x11-misc/bbcd/files/bbcd-0.3.1-gcc3.3.patch @@ -0,0 +1,20 @@ +--- bbcd-0.3.1/Color.cc.org 2003-12-07 14:55:51.791299707 +0100 ++++ bbcd-0.3.1/Color.cc 2003-12-07 14:56:07.724194970 +0100 +@@ -32,6 +32,7 @@ + //#include <stdio.h> + //} + #include <iostream> ++#include <assert.h> + + + BColor::ColorCache BColor::colorcache; +--- bbcd-0.3.1/Texture.cc.org 2003-12-07 14:55:57.382507797 +0100 ++++ bbcd-0.3.1/Texture.cc 2003-12-07 14:56:41.924228114 +0100 +@@ -37,6 +37,7 @@ + #include "Texture.hh" + //#include "BaseDisplay.hh" + #include "Image.hh" ++#include <assert.h> + //#include "Screen.hh" + //#include "blackbox.hh" + |