diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-08-02 19:03:10 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-08-02 19:03:10 +0000 |
commit | d4bd47c204e25e8b0e5d149799cf390bc795711f (patch) | |
tree | e60735bd9a97e70d317dbc1d7225e94b3a9a8ed5 /media-gfx/povray/files | |
parent | Added support for libdvbpsi. (diff) | |
download | historical-d4bd47c204e25e8b0e5d149799cf390bc795711f.tar.gz historical-d4bd47c204e25e8b0e5d149799cf390bc795711f.tar.bz2 historical-d4bd47c204e25e8b0e5d149799cf390bc795711f.zip |
new povray ebuild -- masked until a few bugs are fixed
Diffstat (limited to 'media-gfx/povray/files')
-rw-r--r-- | media-gfx/povray/files/digest-povray-3.5a | 2 | ||||
-rw-r--r-- | media-gfx/povray/files/gentoo-3.50a.patch | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/povray/files/digest-povray-3.5a b/media-gfx/povray/files/digest-povray-3.5a new file mode 100644 index 000000000000..8ffe6ea2e30f --- /dev/null +++ b/media-gfx/povray/files/digest-povray-3.5a @@ -0,0 +1,2 @@ +MD5 4df1711c15d39ee6265ada8ceff78f52 povuni_s.tgz 6732280 +MD5 dff3b8f3bc2a6dd131a9d008d0f46295 povuni_d.tgz 913748 diff --git a/media-gfx/povray/files/gentoo-3.50a.patch b/media-gfx/povray/files/gentoo-3.50a.patch new file mode 100644 index 000000000000..384a1dab304b --- /dev/null +++ b/media-gfx/povray/files/gentoo-3.50a.patch @@ -0,0 +1,12 @@ +--- src/config.orig Fri Aug 2 10:34:25 2002 ++++ src/config.h Fri Aug 2 10:34:46 2002 +@@ -234,6 +234,9 @@ + + static uid_t euid; + ++using std::max; ++using std::min; ++ + /* + * These handle the parsing of the usual X Windows command-line args. + */ |