aboutsummaryrefslogtreecommitdiff
path: root/games/jfsw
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2020-09-25 11:16:44 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2020-09-25 11:16:44 +0000
commitb37a89e2fc2603cdef1e30f1008739d3a815075c (patch)
treea72e1a4be99ee741ef895195b74132787b0d3696 /games/jfsw
parent7d19c996781f3d451f2fb966ac2d85177897f704 (diff)
downloadports-b37a89e2fc2603cdef1e30f1008739d3a815075c.tar.gz
ports-b37a89e2fc2603cdef1e30f1008739d3a815075c.zip
Remove useless patch erroneously introduced in previous commit
Notes
Notes: svn path=/head/; revision=550015
Diffstat (limited to 'games/jfsw')
-rw-r--r--games/jfsw/files/patch-jfbuild-src-sdlayer2.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/jfsw/files/patch-jfbuild-src-sdlayer2.c b/games/jfsw/files/patch-jfbuild-src-sdlayer2.c
deleted file mode 100644
index 4486d3441675..000000000000
--- a/games/jfsw/files/patch-jfbuild-src-sdlayer2.c
+++ /dev/null
@@ -1,13 +0,0 @@
-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"