diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 18:18:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 18:18:27 +0000 |
commit | 17f6360b72bd857bfb0d722832e50c6fd4ca2b3a (patch) | |
tree | eea1dff9664897ed25f7cf4122e97227beb98e46 /games-arcade/yarsrevenge/files | |
parent | mksoft left, removing metadata (diff) | |
download | historical-17f6360b72bd857bfb0d722832e50c6fd4ca2b3a.tar.gz historical-17f6360b72bd857bfb0d722832e50c6fd4ca2b3a.tar.bz2 historical-17f6360b72bd857bfb0d722832e50c6fd4ca2b3a.zip |
Add patch to include missing math header file
Diffstat (limited to 'games-arcade/yarsrevenge/files')
-rw-r--r-- | games-arcade/yarsrevenge/files/0.99-math.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games-arcade/yarsrevenge/files/0.99-math.patch b/games-arcade/yarsrevenge/files/0.99-math.patch new file mode 100644 index 000000000000..bd6feb039899 --- /dev/null +++ b/games-arcade/yarsrevenge/files/0.99-math.patch @@ -0,0 +1,6 @@ +--- yar-0.99/yar/graphics.cpp.orig 2004-06-02 14:14:38.174071320 -0400 ++++ yar-0.99/yar/graphics.cpp 2004-06-02 14:14:50.352219960 -0400 +@@ -18,2 +18,3 @@ + #include "yar.hxx" ++#include <cmath> + |