summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/pymol/files/pymol-9999-options.patch')
-rw-r--r--sci-chemistry/pymol/files/pymol-9999-options.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-chemistry/pymol/files/pymol-9999-options.patch b/sci-chemistry/pymol/files/pymol-9999-options.patch
deleted file mode 100644
index ce05e172e6bb..000000000000
--- a/sci-chemistry/pymol/files/pymol-9999-options.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- pymol/setup.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/pymol/setup.py b/pymol/setup.py
-index c446d6c..b7b353b 100644
---- a/pymol/setup.py
-+++ b/pymol/setup.py
-@@ -51,6 +51,7 @@ def CCompiler_compile(self, sources, output_dir=None, macros=None,
- class options:
- osx_frameworks = False
- jobs = int(os.getenv('JOBS', 0))
-+ no_libxml = False
-
- try:
- import argparse