diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-11-18 07:01:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-11-18 07:01:51 +0000 |
commit | 2ea511dba22a47dc70d61d94e9e9a0048708c2c3 (patch) | |
tree | 205a82e122c19794540d3e5ef798c750426d16d2 /net-p2p/xmule/files/patch-configure | |
parent | - Add SHA256 (diff) |
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 <frerich.raabe@gmx.de>
Notes
Notes:
svn path=/head/; revision=148706
Diffstat (limited to 'net-p2p/xmule/files/patch-configure')
-rw-r--r-- | net-p2p/xmule/files/patch-configure | 21 |
1 files changed, 21 insertions, 0 deletions
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 |