$OpenBSD: patch-hydra-gtk_make_xhydra_sh,v 1.3 2020/11/13 21:33:44 sthen Exp $

Index: hydra-gtk/make_xhydra.sh
--- hydra-gtk/make_xhydra.sh.orig
+++ hydra-gtk/make_xhydra.sh
@@ -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) - don't 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
