pkgsrc/games/love08/patches/patch-src_modules_keyboard_sdl_Keyboard.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
358 B
C++

$NetBSD: patch-src_modules_keyboard_sdl_Keyboard.h,v 1.1 2018/09/30 19:12:48 maya Exp $
Match include path for SDL<2
--- src/modules/keyboard/sdl/Keyboard.h.orig 2012-04-06 18:15:02.000000000 +0000
+++ src/modules/keyboard/sdl/Keyboard.h
@@ -26,7 +26,7 @@
#include <common/EnumMap.h>
// SDL
-#include <SDL.h>
+#include <SDL/SDL.h>
namespace love
{