ags/ags-use-system-allegro.patch
Dominik 'Rathann' Mierzejewski d96dc05b1d update to 3.5.0.25 (#1862828)
fix compilation with GCC10 (missing cstdio includes)
unbundle freetype
fix linking against system libdumb
2020-08-05 13:19:12 +02:00

10 lines
390 B
Diff

diff -up ags-v.3.5.0.25/Engine/Makefile-defs.linux.allegro ags-v.3.5.0.25/Engine/Makefile-defs.linux
--- ags-v.3.5.0.25/Engine/Makefile-defs.linux.allegro 2020-08-04 15:03:05.867050838 +0200
+++ ags-v.3.5.0.25/Engine/Makefile-defs.linux 2020-08-04 15:03:23.797187166 +0200
@@ -1,5 +1,5 @@
USE_BUILT_IN_LIBSRC = 0
-USE_MIDI_PATCH = 1
+USE_MIDI_PATCH = 0
include Makefile-defs.freetype