$OpenBSD: patch-hydra-gtk_make_xhydra_sh,v 1.1 2017/02/28 12:47:56 benoit Exp $
--- hydra-gtk/make_xhydra.sh.orig	Thu Aug 11 09:48:55 2016
+++ hydra-gtk/make_xhydra.sh	Sat Oct  8 19:43:11 2016
@@ -2,13 +2,13 @@
 PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/lib/pkgconfig
 export PKG_CONFIG_PATH
 echo "Trying to compile xhydra now (hydra gtk gui) - dont worry if this fails, this is really optional ..."
-./configure > /dev/null 2> errors
+./configure
 test -e Makefile || {
   echo "Error: configure wasnt happy. Analyse this:"
   cat errors
   exit 1
 }
-make > /dev/null 2> errors
+gmake
 test -e src/xhydra || {
   echo "Error: could not compile. Analyse this:"
   cat errors
@@ -16,5 +16,5 @@ test -e src/xhydra || {
   echo 'Do not worry, as I said, xhydra is really optional. ./hydra is ready to go!'
   exit 0
 }
-cp -v src/xhydra ..
+cp src/xhydra ..
 echo "The GTK GUI is ready, type \"./xhydra\" to start"
