diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-21 23:55:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-21 23:55:39 +0000 |
commit | 48870e228aaa878922672948be3b01c14c0adf8a (patch) | |
tree | 8b2209ecf909c418939c6cf6d9546f37c5cf71b3 /security/hydra/files/patch-hydra-gtk-make_xhydra.sh | |
parent | - Remove gnomehier and install .desktop in share/applications .. (diff) |
- 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)
Diffstat (limited to 'security/hydra/files/patch-hydra-gtk-make_xhydra.sh')
-rw-r--r-- | security/hydra/files/patch-hydra-gtk-make_xhydra.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/hydra/files/patch-hydra-gtk-make_xhydra.sh b/security/hydra/files/patch-hydra-gtk-make_xhydra.sh new file mode 100644 index 000000000000..6a1dd92c9b7c --- /dev/null +++ b/security/hydra/files/patch-hydra-gtk-make_xhydra.sh @@ -0,0 +1,11 @@ +--- 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 |