summaryrefslogtreecommitdiff
path: root/security/hydra/patches
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-04-24 10:42:49 +0000
committeradrianp <adrianp@pkgsrc.org>2005-04-24 10:42:49 +0000
commita549e9d4a1969439d6a512317cc6d5625b48fd62 (patch)
treee281664acf7240eb9fa4ecac2601e4df3b942460 /security/hydra/patches
parent953d929a917be68a5074d6ba68bdceac959b1c39 (diff)
downloadpkgsrc-a549e9d4a1969439d6a512317cc6d5625b48fd62.tar.gz
- Replace /usr/pkg hard reference with ${PREFIX}
Diffstat (limited to 'security/hydra/patches')
-rw-r--r--security/hydra/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/hydra/patches/patch-ab b/security/hydra/patches/patch-ab
index 790578fb652..d6af0dddb04 100644
--- a/security/hydra/patches/patch-ab
+++ b/security/hydra/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1.1.1 2005/04/17 12:19:54 adrianp Exp $
+$NetBSD: patch-ab,v 1.2 2005/04/24 10:42:49 adrianp Exp $
--- configure.orig 2005-02-01 14:50:26.000000000 +0000
+++ configure
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2005/04/17 12:19:54 adrianp Exp $
echo "Checking for libssh (libssh/libssh.h) ..."
-for i in $LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib .
-+for i in $LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib /usr/pkg/lib .
++for i in $LIBDIRS /lib /usr/lib /usr/local/lib /opt/local/lib @PREFIX@/lib .
do
if [ "X" = "X$SSH_PATH" ]; then
if [ -f "$i/libssh.so" -o -f "$i/libssh.dylib" ]; then
@@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2005/04/17 12:19:54 adrianp Exp $
fi
done
-for i in /usr/local/include /*ssl/include /usr/include .
-+for i in /usr/local/include /*ssl/include /usr/include /usr/pkg/include .
++for i in /usr/local/include /*ssl/include /usr/include @SSLBASE@/include .
do
if [ "X" = "X$SSH_IPATH" ]; then
if [ -f "$i/libssh/libssh.h" ]; then