summaryrefslogtreecommitdiff
path: root/security/hydra/files/patch-configure
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-05-31 03:30:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-05-31 03:30:36 +0000
commit50a7b1a6cb8205f4c9fc540333f4ab2cf736ab8d (patch)
treea787467604d18add00d819046b2563ca5428161e /security/hydra/files/patch-configure
parent- Update to 0.4.7 (diff)
- Update to 6.2
PR: 6.2 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer
Diffstat (limited to 'security/hydra/files/patch-configure')
-rw-r--r--security/hydra/files/patch-configure21
1 files changed, 5 insertions, 16 deletions
diff --git a/security/hydra/files/patch-configure b/security/hydra/files/patch-configure
index 9192ad1021d3..74030d599cc1 100644
--- a/security/hydra/files/patch-configure
+++ b/security/hydra/files/patch-configure
@@ -1,20 +1,9 @@
---- configure.orig 2010-11-19 12:52:07.000000000 +0300
-+++ configure 2010-11-30 00:06:09.000000000 +0300
-@@ -152,8 +152,8 @@
- fi
- fi
- if [ "X" = "X$APR_IPATH" ]; then
-- if [ -d "$i/apr-1.0" ]; then
-- APR_IPATH="$i/apr-1.0"
-+ if [ -d "$i/apr-1" ]; then
-+ APR_IPATH="$i/apr-1"
- fi
- fi
- done
-@@ -473,7 +473,7 @@
- fi
+--- configure.orig 2011-04-07 12:54:49.000000000 +0400
++++ configure 2011-04-15 02:18:31.000000000 +0400
+@@ -561,7 +561,7 @@
+ XIPATHS=""
- if [ -n "$FIREBIRD_PATH" -o -n "$SSL_PATH" -o -n "$CRYPTO_PATH" -o -n "$NSL_PATH" -o -n "$SOCKET_PATH" -o -n "$RESOLV_PATH" -o -n "$SAPR3_PATH" -o -n "$SSH_PATH" -o -n "$POSTGRES_PATH" -o -n "$SVN_PATH" -o -n "$NCP_PATH" -o -n "$AFP_PATH" -o -n "$MYSQL_PATH" ]; then
+ if [ -n "$FIREBIRD_PATH" -o -n "$PCRE_PATH" -o -n "$IDN_PATH" -o -n "$SSL_PATH" -o -n "$CRYPTO_PATH" -o -n "$NSL_PATH" -o -n "$SOCKET_PATH" -o -n "$RESOLV_PATH" -o -n "$SAPR3_PATH" -o -n "$SSH_PATH" -o -n "$POSTGRES_PATH" -o -n "$SVN_PATH" -o -n "$NCP_PATH" -o -n "$AFP_PATH" -o -n "$MYSQL_PATH" ]; then
- XLIBPATHS="-L/usr/lib -L/usr/local/lib -L/lib"
+ XLIBPATHS="-L/usr/local/lib -L/usr/lib -L/lib"
fi