Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37860267
en ru br
Репозитории ALT
S:3.1.5-alt2.2
5.1: 1.6.1-alt4
4.1: 1.6.1-alt1
4.0: 1.4.0-alt1.a
3.0: 1.2.2-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: openexr

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: openexr-1.6.1-alt-gcc43.patch
Скачать


--- openexr-1.6.1/exrmaketiled/Image.cpp~	2004-01-16 12:19:11 +0300
+++ openexr-1.6.1/exrmaketiled/Image.cpp	2008-12-02 17:29:12 +0300
@@ -39,6 +39,8 @@
 //
 //----------------------------------------------------------------------------
 
+#include <cstring>
+
 #include <Image.h>
 
 using namespace Imf;
--- openexr-1.6.1/exrmaketiled/main.cpp~	2007-04-25 05:08:45 +0400
+++ openexr-1.6.1/exrmaketiled/main.cpp	2008-12-02 17:30:27 +0300
@@ -44,8 +44,8 @@
 
 #include <iostream>
 #include <exception>
-#include <string>
-#include <stdlib.h>
+#include <cstring>
+#include <cstdlib>
 
 using namespace Imf;
 using namespace std;
--- openexr-1.6.1/exrenvmap/main.cpp~	2007-04-25 05:07:51 +0400
+++ openexr-1.6.1/exrenvmap/main.cpp	2008-12-02 17:32:03 +0300
@@ -44,7 +44,8 @@
 #include <ImfEnvmap.h>
 #include <iostream>
 #include <exception>
-#include <stdlib.h>
+#include <cstring>
+#include <cstdlib>
 
 using namespace Imf;
 using namespace std;
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin