Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37510208
en ru br
Репозитории ALT
S:0.2.5-alt3.1.qa1
5.1: 0.2.5-alt2
4.1: 0.2.4-alt3
4.0: 0.2.4-alt3
3.0: 0.2.4-alt1.1
www.altlinux.org/Changes

Группа :: Игры/Аркады
Пакет: tuxvsclippy

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

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


--- src/rot/framebuffer32.cxx.orig	2003-03-05 12:20:06 +0300
+++ src/rot/framebuffer32.cxx	2008-11-05 03:54:02 +0300
@@ -13,6 +13,7 @@
 #include <unistd.h> 	// for close()
 #include <sys/ioctl.h>	// for ioctl()
 #include <sys/mman.h>	// for mmap()
+#include <string.h>
 
 #include "auxil.h"
 #include "im32.h"
--- src/rot/im16.cxx.orig	2003-03-03 12:13:07 +0300
+++ src/rot/im16.cxx	2008-11-05 03:53:33 +0300
@@ -6,6 +6,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <assert.h>
 
 #include "im16.h"
--- src/inp/inpkey.cxx.orig	2003-03-03 12:12:56 +0300
+++ src/inp/inpkey.cxx	2008-11-05 04:01:55 +0300
@@ -7,6 +7,7 @@
 
 #include <assert.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <X11/Xlib.h>
 
 #include "auxil.h"
--- src/snd/soundchannel.cxx.orig	2004-08-30 17:23:57 +0400
+++ src/snd/soundchannel.cxx	2008-11-05 04:03:29 +0300
@@ -6,6 +6,7 @@
  */
 
 #include <stdio.h>
+#include <string.h>
 #include <assert.h>
 
 #include "soundchannel.h"
--- src/main/main.cxx.orig	2004-08-30 17:25:45 +0400
+++ src/main/main.cxx	2008-11-05 04:04:15 +0300
@@ -6,6 +6,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <stdio.h>
 #include <assert.h>
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin