pkgsrc/games/love08/patches/patch-src_modules_timer_sdl_Timer.h
maya 524df28d03 Add love08, LOVE version 0.8.0
LOVE is a framework for making 2D games in the Lua programming
language. LOVE is totally free, and can be used in anything from
friendly open-source hobby projects, to evil, closed-source commercial
ones.

We need multiple versions as games were written for the older versions.
2018-09-30 19:12:48 +00:00

15 lines
359 B
C

$NetBSD: patch-src_modules_timer_sdl_Timer.h,v 1.1 2018/09/30 19:12:48 maya Exp $
Match include path for SDL<2
--- src/modules/timer/sdl/Timer.h.orig 2012-04-06 18:15:02.000000000 +0000
+++ src/modules/timer/sdl/Timer.h
@@ -22,7 +22,7 @@
#define LOVE_TIMER_SDL_TIMER_H
// SDL
-#include <SDL.h>
+#include <SDL/SDL.h>
// LOVE
#include <timer/Timer.h>