Update net-p2p/amule-devel to version 10966_1
[dports.git] / net-p2p / deluge / files / patch-setup.py
1 --- setup.py.orig       2016-07-20 14:23:28 UTC
2 +++ setup.py
3 @@ -215,6 +215,7 @@ except ImportError:
4      build_libtorrent = True
5  else:
6      build_libtorrent = False
7 +build_libtorrent = False
8  
9  if build_libtorrent:
10      got_libtorrent = False
11 @@ -515,6 +516,7 @@ if not windows_check() and not osx_check
12  
13      if os.path.exists(desktop_data):
14          _data_files.append(('share/applications', [desktop_data]))
15 +    _data_files = []
16  
17  entry_points = {
18      "console_scripts": [