summaryrefslogtreecommitdiff
path: root/net/xmule/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'net/xmule/files/patch-configure')
-rw-r--r--net/xmule/files/patch-configure21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/xmule/files/patch-configure b/net/xmule/files/patch-configure
new file mode 100644
index 000000000000..1f41d2c4af25
--- /dev/null
+++ b/net/xmule/files/patch-configure
@@ -0,0 +1,21 @@
+--- configure.orig Thu Oct 27 17:47:55 2005
++++ configure Fri Nov 18 04:36:06 2005
+@@ -9070,15 +9070,15 @@
+
+ if test x"$have_cryptopp" = x"yes"; then
+ cryp_name="cryptopp";
+- have_crypto = 1
++ have_crypto=1
+ fi
+
+ if test x"$have_cryptopp2" = x"yes"; then
+ cryp_name="crypto++"
+- have_crypto = 1
++ have_crypto=1
+ fi
+
+-if have_crypto -eq 1; then
++if [ ${have_crypto} -eq 1 ]; then
+ echo "Cryp name: -$cryp_name-"
+
+ cat >>confdefs.h <<_ACEOF