07a13c31f0
SDL_perl is a package of perl modules that provides both functional and object orient interfaces to the Simple DirectMedia Layer for Perl 5. This package does take some liberties with the SDL API, and attempts to adhere to the spirit of both the SDL and Perl. For the object oriented programming interface please see the documentation provided on a per class basis.
15 lines
367 B
Plaintext
15 lines
367 B
Plaintext
$OpenBSD: patch-src_SFont_xs,v 1.1.1.1 2009/06/02 21:57:38 sthen Exp $
|
|
--- src/SFont.xs.orig Wed Oct 5 02:25:49 2005
|
|
+++ src/SFont.xs Mon May 25 14:09:52 2009
|
|
@@ -23,8 +23,8 @@
|
|
#define HAVE_TLS_CONTEXT
|
|
#endif
|
|
|
|
-#include "../defines.h"
|
|
-#include "../SFont.h"
|
|
+#include "../src/defines.h"
|
|
+#include "../src/SFont.h"
|
|
|
|
#ifdef HAVE_SDL_IMAGE
|
|
#include <SDL_image.h>
|