freebsd-ports/security/hydra/files/patch-hydra-gtk-make_xhydra.sh
Pav Lucistnik 48870e228a - Update to 4.6
- Enable xhydra build

PR:		ports/81275
Submitted by:	Nicolas Blais <nb_root@videotron.ca>
Approved by:	Laurent LEVIER <llevier@argosnet.com> (maintainer)
2005-05-21 23:55:39 +00:00

11 lines
302 B
Bash

--- hydra-gtk/make_xhydra.sh.orig Fri May 20 17:03:45 2005
+++ hydra-gtk/make_xhydra.sh Fri May 20 17:04:06 2005
@@ -8,7 +8,7 @@
cat errors
exit 1
}
-make > /dev/null 2> errors
+gmake > /dev/null 2> errors
test -e src/xhydra || {
echo "Error: could not compile. Analyse this:"
cat errors