From 0475bfc4b07e70a56d72ae32b152466ed8469220 Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Wed, 22 Oct 2025 03:06:41 +0300 Subject: net-p2p/amule: fix build with Boost-1.89 (+) Backport recent boost.m4 (inspired by upstream PR https://github.com/amule-project/amule/pull/361) autoconf2.70 support to deal with updated boost.m4 Add missed #include Add missed #include Disable online version check Switch to xdg-open instead of direct call of mplayer Reported by: fallout, eduardo Approved by: eduardo --- net-p2p/amule/files/patch-disable-version-check | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net-p2p/amule/files/patch-disable-version-check (limited to 'net-p2p/amule/files/patch-disable-version-check') diff --git a/net-p2p/amule/files/patch-disable-version-check b/net-p2p/amule/files/patch-disable-version-check new file mode 100644 index 000000000000..ee3cbdbb674f --- /dev/null +++ b/net-p2p/amule/files/patch-disable-version-check @@ -0,0 +1,12 @@ +Disable NewVersionCheck by default +--- src/Preferences.cpp ++++ src/Preferences.cpp +@@ -1210,7 +1210,7 @@ void CPreferences::BuildItemList( const + /** + * Version check + **/ +- NewCfgItem(IDC_NEWVERSION, (new Cfg_Bool( wxT("/eMule/NewVersionCheck"), s_NewVersionCheck, true ))); ++ NewCfgItem(IDC_NEWVERSION, (new Cfg_Bool( wxT("/eMule/NewVersionCheck"), s_NewVersionCheck, false ))); + + /** + * Obfuscation -- cgit v1.2.3