blob: b1915f4c7992403697275c83893b65627a1f226d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
$NetBSD: patch-ab,v 1.3 2005/01/11 10:29:49 wiz Exp $
--- src/tuxpaint.c.orig 2004-10-04 00:32:42.000000000 +0200
+++ src/tuxpaint.c
@@ -172,7 +172,7 @@ extern char* g_win32_getlocale(void);
#endif
#include "SDL_image.h"
-#ifndef _IMG_h
+#ifndef _SDL_IMAGE_H
#error "---------------------------------------------------"
#error "If you installed SDL_image from a package, be sure"
#error "to get the development package, as well!"
@@ -181,7 +181,7 @@ extern char* g_win32_getlocale(void);
#endif
#include "SDL_ttf.h"
-#ifndef _SDLttf_h
+#ifndef _SDL_TTF_H
#error "---------------------------------------------------"
#error "If you installed SDL_ttf from a package, be sure"
#error "to get the development package, as well!"
@@ -191,7 +191,7 @@ extern char* g_win32_getlocale(void);
#ifndef NOSOUND
#include "SDL_mixer.h"
-#ifndef _MIXER_H_
+#ifndef _SDL_MIXER_H
#error "---------------------------------------------------"
#error "If you installed SDL_mixer from a package, be sure"
#error "to get the development package, as well!"
|