summaryrefslogtreecommitdiff
path: root/games/freeciv/files/patch-m4_sdl2-client.m4
diff options
context:
space:
mode:
Diffstat (limited to 'games/freeciv/files/patch-m4_sdl2-client.m4')
-rw-r--r--games/freeciv/files/patch-m4_sdl2-client.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/games/freeciv/files/patch-m4_sdl2-client.m4 b/games/freeciv/files/patch-m4_sdl2-client.m4
deleted file mode 100644
index 5f48eef0e82e..000000000000
--- a/games/freeciv/files/patch-m4_sdl2-client.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- m4/sdl2-client.m4.orig 2019-06-15 17:19:23 UTC
-+++ m4/sdl2-client.m4
-@@ -82,7 +82,7 @@ AC_DEFUN([FC_SDL2_PROJECT],
- ac_save_LIBS="$LIBS"
- CPPFLAGS="$CPPFLAGS $SDL2_CFLAGS"
- CFLAGS="$CFLAGS $SDL2_CFLAGS"
-- LIBS="$LIBS $SDL2_LIBS"
-+ LIBS="$LIBS $SDL2_LIBS -lm"
- AC_CHECK_LIB([$1], [$2],
- [sdl2_lib_found="yes"], [sdl2_lib_found="no"
- sdl2_h_found="no"])