diff options
Diffstat (limited to 'media-gfx/povray/files/gentoo-3.5.patch')
-rw-r--r-- | media-gfx/povray/files/gentoo-3.5.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/povray/files/gentoo-3.5.patch b/media-gfx/povray/files/gentoo-3.5.patch new file mode 100644 index 000000000000..384a1dab304b --- /dev/null +++ b/media-gfx/povray/files/gentoo-3.5.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. + */ |