From 2ea511dba22a47dc70d61d94e9e9a0048708c2c3 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 18 Nov 2005 07:01:51 +0000 Subject: o Update to 1.12.0 o Switch from depending on x11-toolkits/wxgtk24 to x11-toolkits/wxgtk26 o Remove patches which incorporated in the distribution PR: 88176 Submitted by: Frerich Raabe --- net-p2p/xmule/files/patch-configure | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 net-p2p/xmule/files/patch-configure (limited to 'net-p2p/xmule/files/patch-configure') diff --git a/net-p2p/xmule/files/patch-configure b/net-p2p/xmule/files/patch-configure new file mode 100644 index 000000000000..1f41d2c4af25 --- /dev/null +++ b/net-p2p/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 -- cgit v1.2.3