fix compilation with GCC10 (missing cstdio includes) unbundle freetype fix linking against system libdumb
12 lines
510 B
Diff
12 lines
510 B
Diff
diff -up ags-v.3.5.0.25/Engine/Makefile-defs.linux.dynamic ags-v.3.5.0.25/Engine/Makefile-defs.linux
|
|
--- ags-v.3.5.0.25/Engine/Makefile-defs.linux.dynamic 2020-07-12 02:18:03.000000000 +0200
|
|
+++ ags-v.3.5.0.25/Engine/Makefile-defs.linux 2020-08-04 14:55:33.555623254 +0200
|
|
@@ -37,7 +36,7 @@ LIBS += -ldl -lpthread -lc -lm -lstdc++
|
|
|
|
ifneq ($(USE_BUILT_IN_LIBSRC), 1)
|
|
ALDUMB :=
|
|
-LIBS += -Wl,--push-state,-Bstatic -laldmb -ldumb -Wl,--pop-state
|
|
+LIBS += -laldmb -ldumb
|
|
endif
|
|
|
|
ifeq ($(ALLEGRO_MAGIC_DRV), 1)
|