diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2020-09-24 10:37:54 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2020-09-24 10:37:54 +0000 |
commit | dde71668c44497c28698341dd578264ab5914ae8 (patch) | |
tree | 0d61900b11adfb4842fcc35c3872934b3d02c938 /games/jfsw/files/patch-jfbuild-src-sdlayer2.c | |
parent | net/scamper: Update to 20200923 (diff) |
Update to 20200116
Notes
Notes:
svn path=/head/; revision=549915
Diffstat (limited to 'games/jfsw/files/patch-jfbuild-src-sdlayer2.c')
-rw-r--r-- | games/jfsw/files/patch-jfbuild-src-sdlayer2.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/jfsw/files/patch-jfbuild-src-sdlayer2.c b/games/jfsw/files/patch-jfbuild-src-sdlayer2.c new file mode 100644 index 000000000000..4486d3441675 --- /dev/null +++ b/games/jfsw/files/patch-jfbuild-src-sdlayer2.c @@ -0,0 +1,13 @@ +Fix include for FreeBSD + +--- jfbuild/src/sdlayer2.c.orig 2020-09-22 22:08:35 UTC ++++ jfbuild/src/sdlayer2.c +@@ -22,7 +22,7 @@ + # define _GNU_SOURCE 1 + #endif + +-#if defined __APPLE__ ++#if defined __APPLE__ || __FreeBSD__ + # include <SDL2/SDL.h> + #else + # include "SDL.h" |