--- GNUmakefile.old 2017-02-27 11:24:26.000000000 +0100
+++ GNUmakefile 2019-04-23 08:27:37.000000000 +0200
#################################################################
-ifeq ($(HAVE_GTK)$(HAVE_VTE),yesyes)
- gamt : CFLAGS += -Wno-strict-prototypes
- gamt : pkglst += gtk+-3.0 gdk-3.0 vte-2.91
-CFLAGS += $(shell test "$(pkglst)" != "" && pkg-config --cflags $(pkglst))
-LDLIBS += $(shell test "$(pkglst)" != "" && pkg-config --libs $(pkglst))
-#################################################################