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

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

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

Патч: airstrike-pre6a-fix-build.patch
Скачать


Index: src/config.c
===================================================================
--- src/config.c
+++ src/config.c	2012-06-11 14:28:32.000000000 +0000
@@ -1,6 +1,6 @@
 #include <string.h>
 #include <stdlib.h>
-#include <SDL.h>
+#include <SDL/SDL.h>
 #include "config.h"
 #include "names.h"
 
Index: src/control.c
===================================================================
--- src/control.c
+++ src/control.c	2012-06-11 14:28:19.000000000 +0000
@@ -1,4 +1,4 @@
-#include <SDL.h>
+#include <SDL/SDL.h>
 #include <malloc.h>
 #include <assert.h>
 #include "control.h"
Index: src/sprite/animation.c
===================================================================
--- src/sprite/animation.c
+++ src/sprite/animation.c	2012-06-11 14:27:26.000000000 +0000
@@ -1,7 +1,7 @@
 #include <malloc.h>
 #include <stdlib.h>
 #include <assert.h>
-#include <SDL_image.h>
+#include <SDL/SDL_image.h>
 #include "sprite.h"
 #include "bitmask.h"
 
Index: src/sprite/dirty.h
===================================================================
--- src/sprite/dirty.h
+++ src/sprite/dirty.h	2012-06-11 14:28:49.000000000 +0000
@@ -9,7 +9,7 @@
 
 #ifndef DIRTY_H
 #define DIRTY_H
-#include <SDL.h>
+#include <SDL/SDL.h>
 
 #define DIRTY_TILE_SIZE 64
 
Index: src/sprite/sdlutils.c
===================================================================
--- src/sprite/sdlutils.c
+++ src/sprite/sdlutils.c	2012-06-11 14:29:42.000000000 +0000
@@ -1,5 +1,5 @@
 #include <assert.h>
-#include <SDL_image.h>
+#include <SDL/SDL_image.h>
 #include "sprite.h"
 #include "bitmask.h"
 #include "utils.h"
Index: src/sprite/sprite.h
===================================================================
--- src/sprite/sprite.h
+++ src/sprite/sprite.h	2012-06-11 14:27:54.000000000 +0000
@@ -6,7 +6,7 @@
 #ifndef SPRITE_H
 #define SPRITE_H
 
-#include <SDL.h>
+#include <SDL/SDL.h>
 
 extern struct sprite_global
 {
Index: src/sound.h
===================================================================
--- src/sound.h
+++ src/sound.h	2012-06-11 14:32:30.000000000 +0000
@@ -2,8 +2,8 @@
 #define SOUND_H
 #include "config.h"
 #ifdef USE_SOUND
-#include <SDL.h>
-#include <SDL_mixer.h>
+#include <SDL/SDL.h>
+#include <SDL/SDL_mixer.h>
 #include "sprite.h"
 
 typedef struct sound
Index: src/support/text.c
===================================================================
--- src/support/text.c
+++ src/support/text.c	2012-06-11 14:32:48.000000000 +0000
@@ -1,6 +1,6 @@
 #include <assert.h>
 #include <malloc.h>
-#include <SDL_image.h>
+#include <SDL/SDL_image.h>
 #include "text.h"
 #include "sprite.h"
 #include "config.h"
Index: src/support/text.h
===================================================================
--- src/support/text.h
+++ src/support/text.h	2012-06-11 14:32:59.000000000 +0000
@@ -1,6 +1,6 @@
 #ifndef TEXT_H
 #define TEXT_H
-#include <SDL.h>
+#include <SDL/SDL.h>
 
 enum text_alignment
   {
Index: src/support/console.c
===================================================================
--- src/support/console.c
+++ src/support/console.c	2012-06-11 14:33:39.000000000 +0000
@@ -1,5 +1,5 @@
 #include <assert.h>
-#include <SDL_image.h>
+#include <SDL/SDL_image.h>
 #include "console.h"
 #include "sprite.h"
 #include "text.h"
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin