aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-10-20 09:19:12 +0200
committerJustin Lecher <jlec@gentoo.org>2014-10-20 09:19:12 +0200
commit0ea640fba1bbdfa7a73a48ee8dcbe81185f21193 (patch)
tree596599b1ff29f8b3fb9238ce3e7a916082ed7509 /sci-chemistry/pymol/files
parentThe fix for Bug 524612 failed in src_install building openblas from git. The ... (diff)
downloadsci-0ea640fba1bbdfa7a73a48ee8dcbe81185f21193.tar.gz
sci-0ea640fba1bbdfa7a73a48ee8dcbe81185f21193.tar.bz2
sci-0ea640fba1bbdfa7a73a48ee8dcbe81185f21193.zip
sci-chemistry/pymol: Fix upstream buildsystem
Package-Manager: portage-2.2.14_rc1
Diffstat (limited to 'sci-chemistry/pymol/files')
-rw-r--r--sci-chemistry/pymol/files/pymol-9999-options.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-chemistry/pymol/files/pymol-9999-options.patch b/sci-chemistry/pymol/files/pymol-9999-options.patch
new file mode 100644
index 000000000..ce05e172e
--- /dev/null
+++ b/sci-chemistry/pymol/files/pymol-9999-options.patch
@@ -0,0 +1,15 @@
+ 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