summaryrefslogtreecommitdiff
path: root/devel/p5-SDL/patches/patch-ae
blob: a212b91a0aad34e4bec7108b657732dee5876e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ae,v 1.1 2008/11/17 19:54:26 he Exp $

This is from CPAN bug #19155, adapting to the new location
of the C source file.

--- src/SDL.xs.orig	2004-09-24 00:36:56.000000000 +0000
+++ src/SDL.xs
@@ -69,7 +69,7 @@ static int sdl_perl_use_smpeg_audio = 0;
 #define HAVE_TLS_CONTEXT
 #endif
 
-#include "defines.h"
+#include "src/defines.h"
 
 Uint32 
 sdl_perl_timer_callback ( Uint32 interval, void* param )