diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-03-27 19:54:57 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-03-27 19:54:57 +0000 |
commit | 6e44a3517730446543930d2ae818c743e1d1f982 (patch) | |
tree | f0080c4984d07829669182b6224c0d4b82d4611d /dev-games/guichan/files | |
parent | New madwifi-ng snapshot. (diff) | |
download | gentoo-2-6e44a3517730446543930d2ae818c743e1d1f982.tar.gz gentoo-2-6e44a3517730446543930d2ae818c743e1d1f982.tar.bz2 gentoo-2-6e44a3517730446543930d2ae818c743e1d1f982.zip |
install sdlpixel.hpp, bug #118880
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'dev-games/guichan/files')
-rw-r--r-- | dev-games/guichan/files/digest-guichan-0.4.0-r1 | 3 | ||||
-rw-r--r-- | dev-games/guichan/files/guichan-0.4.0-gentoo.patch | 21 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-games/guichan/files/digest-guichan-0.4.0-r1 b/dev-games/guichan/files/digest-guichan-0.4.0-r1 new file mode 100644 index 000000000000..de8a4a22148d --- /dev/null +++ b/dev-games/guichan/files/digest-guichan-0.4.0-r1 @@ -0,0 +1,3 @@ +MD5 f68b6c603c4fb3d70a8737f916214a35 guichan-0.4.0-src.tar.gz 1274735 +RMD160 768d77faa672f25eadb41fb5fd91c6bb96ccee57 guichan-0.4.0-src.tar.gz 1274735 +SHA256 202a4cecbfd16c27cfe754ed9effcbfff7b771d456e436cccd3d93182f02734c guichan-0.4.0-src.tar.gz 1274735 diff --git a/dev-games/guichan/files/guichan-0.4.0-gentoo.patch b/dev-games/guichan/files/guichan-0.4.0-gentoo.patch new file mode 100644 index 000000000000..eb34fc946ec9 --- /dev/null +++ b/dev-games/guichan/files/guichan-0.4.0-gentoo.patch @@ -0,0 +1,21 @@ +--- configure.in.original 2006-03-27 21:41:26.000000000 +0200 ++++ configure.in 2006-03-27 21:41:37.000000000 +0200 +@@ -51,7 +51,7 @@ + AC_PROG_INSTALL + AC_HEADER_STDC + +-CXXFLAGS="$CXXFLAGS -Wall -Werror -Wno-unused -DGUICHAN_BUILD" ++CXXFLAGS="$CXXFLAGS -Wall -Wno-unused -DGUICHAN_BUILD" + + dnl NoX() + dnl { +--- include/guichan/sdl/Makefile.am.original 2006-03-27 21:40:37.000000000 +0200 ++++ include/guichan/sdl/Makefile.am 2006-03-27 21:41:07.000000000 +0200 +@@ -3,4 +3,5 @@ + libguichaninclude_HEADERS = \ + sdlgraphics.hpp \ + sdlimageloader.hpp \ +- sdlinput.hpp +\ No newline at end of file ++ sdlinput.hpp \ ++ sdlpixel.hpp |