summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-04-16 22:48:45 +0200
committerJeroen Roovers <jer@gentoo.org>2017-04-16 22:49:10 +0200
commit3b38108bc45b4930319a10e22f7c576dbc92a566 (patch)
tree669fe5529695e3436494f1a4fde679b77122e4ee /net-analyzer/hydra/files/hydra-8.4-configure.patch
parentkde-apps/libkcompactdisc: Drop 16.12.3 (r0) (diff)
downloadgentoo-3b38108bc45b4930319a10e22f7c576dbc92a566.tar.gz
gentoo-3b38108bc45b4930319a10e22f7c576dbc92a566.tar.bz2
gentoo-3b38108bc45b4930319a10e22f7c576dbc92a566.zip
net-analyzer/hydra: Version bump (bug #615584).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-analyzer/hydra/files/hydra-8.4-configure.patch')
-rw-r--r--net-analyzer/hydra/files/hydra-8.4-configure.patch48
1 files changed, 48 insertions, 0 deletions
diff --git a/net-analyzer/hydra/files/hydra-8.4-configure.patch b/net-analyzer/hydra/files/hydra-8.4-configure.patch
new file mode 100644
index 000000000000..ba99ff2acda4
--- /dev/null
+++ b/net-analyzer/hydra/files/hydra-8.4-configure.patch
@@ -0,0 +1,48 @@
+--- a/configure
++++ b/configure
+@@ -46,8 +46,6 @@
+ MYSQL_IPATH=""
+ AFP_PATH=""
+ AFP_IPATH=""
+-NCP_PATH=""
+-NCP_IPATH=""
+ SVN_PATH=""
+ SVN_IPATH=""
+ APR_IPATH=""
+@@ -679,36 +677,6 @@
+ fi
+
+ echo "Checking for NCP (libncp.so / nwcalls.h) ..."
+-for i in $LIBDIRS ; do
+- if [ "X" = "X$NCP_PATH" ]; then
+- if [ -f "$i/libncp.so" -o -f "$i/libncp.dylib" -o -f "$i/libncp.a" ]; then
+- NCP_PATH="$i"
+- fi
+- fi
+- if [ "X" = "X$NCP_PATH" ]; then
+- TMP_LIB=`/bin/ls $i/libncp.so.* 2> /dev/null | grep ncp.`
+- if [ -n "$TMP_LIB" ]; then
+- NCP_PATH="$i"
+- fi
+- fi
+- if [ "X" = "X$NCP_PATH" ]; then
+- TMP_LIB=`/bin/ls $i/libncp.dll* 2> /dev/null | grep ncp.`
+- if [ -n "$TMP_LIB" ]; then
+- NCP_PATH="$i"
+- fi
+- fi
+-done
+-for i in $INCDIRS ; do
+- if [ "X" != "X$NCP_PATH" ]; then
+- if [ -f "$i/ncp/nwcalls.h" ]; then
+- NCP_IPATH="$i"
+- fi
+- fi
+-done
+-if [ "X" != "X$DEBUG" ]; then
+- echo DEBUG: NCP_PATH=$NCP_PATH/libncp
+- echo DEBUG: NCP_IPATH=$NCP_IPATH/ncp/nwcalls.h
+-fi
+ if [ -n "$NCP_PATH" -a -n "$NCP_IPATH" ]; then
+ echo " ... found"
+ fi