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

$NetBSD: patch-src_modules_thread_sdl_threads.h,v 1.1 2018/09/30 19:12:48 maya Exp $
Match include paths for SDL<2
--- src/modules/thread/sdl/threads.h.orig 2012-03-05 17:47:40.000000000 +0000
+++ src/modules/thread/sdl/threads.h
@@ -21,7 +21,7 @@
#ifndef LOVE_THREAD_SDL_THREADS_H
#define LOVE_THREAD_SDL_THREADS_H
-#include "SDL.h"
+#include <SDL/SDL.h>
#include <common/config.h>
namespace love