Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37774096
en ru br
Репозитории ALT

Группа :: Игры/Прочее
Пакет: grhino

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

Патч: grhino-0.16.0-gcc43.patch
Скачать


--- grhino-0.16.0/book.cc.gcc43	2006-11-25 12:07:41.000000000 -0500
+++ grhino-0.16.0/book.cc	2008-02-22 14:31:08.000000000 -0500
@@ -28,6 +28,7 @@
 #include <vector>
 #include <iostream>
 #include <stdexcept>
+#include <cstdlib> // for abort
 
 #ifdef _
 #undef _
--- grhino-0.16.0/game.cc.gcc43	2006-11-25 12:07:42.000000000 -0500
+++ grhino-0.16.0/game.cc	2008-02-22 14:30:22.000000000 -0500
@@ -37,6 +37,7 @@
 #include <sys/stat.h> 
 #include <unistd.h>
 #include <fcntl.h>
+#include <cstdlib> // for getenv
 
 #ifdef _
 #  undef _
--- grhino-0.16.0/log_proc.h.gcc43	2006-11-25 12:07:42.000000000 -0500
+++ grhino-0.16.0/log_proc.h	2008-02-22 14:33:58.000000000 -0500
@@ -22,6 +22,7 @@
 
 #include <exception>
 #include <stdexcept>
+#include <cstdlib> // for abort
 #include <string>
 #include <fstream>
 #include <iomanip>
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin