$OpenBSD: patch-hydra-gtk_make_xhydra_sh,v 1.2 2017/06/28 13:16:49 ajacoutot 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
