Description: fix FTBFS with binutils-gold by adding -lX11 to
Makefile.in and Makefile.am files 
Author: Mahyuddin Susanto <udienz@gmail.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/700449

--- gpe-what-0.43.orig/Makefile.am
+++ gpe-what-0.43/Makefile.am
@@ -6,7 +6,7 @@ INCLUDES = $(DEPS_CFLAGS) -I$(top_srcdir
 
 bin_PROGRAMS = gpe-what
 
-gpe_what_LDADD = @DEPS_LIBS@
+gpe_what_LDADD = @DEPS_LIBS@ -lX11
 
 gpe_what_SOURCES = gpe-what.c
 
--- gpe-what-0.43.orig/Makefile.in
+++ gpe-what-0.43/Makefile.in
@@ -218,7 +218,7 @@ INCLUDES = $(DEPS_CFLAGS) -I$(top_srcdir
            -DPREFIX=\"@prefix@\" -D_GNU_SOURCE \
            -DPACKAGE_LOCALE_DIR=\"@gpewhat_localedir@\"
 
-gpe_what_LDADD = @DEPS_LIBS@
+gpe_what_LDADD = @DEPS_LIBS@ -lX11
 gpe_what_SOURCES = gpe-what.c
 desktopdir = $(datadir)/applications
 desktop_in_files = gpe-what.desktop.in
