$OpenBSD: patch-src_gtk_Makefile_in,v 1.2 2017/11/05 11:28:37 espie Exp $

Remove unnecessary code that breaks fake.

Index: src/gtk/Makefile.in
--- src/gtk/Makefile.in.orig
+++ src/gtk/Makefile.in
@@ -153,7 +153,7 @@ X_EXTRA_LIBS = @X_EXTRA_LIBS@
 X_LIBS = @X_LIBS@
 X_PRE_LIBS = @X_PRE_LIBS@
 YAB_CFLAGS = @YAB_CFLAGS@
-YAB_LIBS = @YAB_LIBS@
+YAB_LIBS = @YAB_LIBS@ -lm
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -900,7 +900,6 @@ info-am:
 
 install-data-am: install-ApplicationsDATA install-pixmapDATA
 	@$(NORMAL_INSTALL)
-	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
 
 install-dvi: install-dvi-recursive
 
