pkgsrc/games/love07/patches/patch-src_modules_audio_openal_Pool.h
maya 1d06f74438 Add love07, LOVE version 0.7.2
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:10:10 +00:00

15 lines
349 B
C

$NetBSD: patch-src_modules_audio_openal_Pool.h,v 1.1 2018/09/30 19:10:11 maya Exp $
Match SDL1 include paths
--- src/modules/audio/openal/Pool.h.orig 2011-05-04 16:00:10.000000000 +0000
+++ src/modules/audio/openal/Pool.h
@@ -28,7 +28,7 @@
#include <cmath>
// SDL
-#include <SDL.h>
+#include <SDL/SDL.h>
// LOVE
#include <common/config.h>