aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-08-29 17:09:01 +0200
committerJustin Lecher <jlec@gentoo.org>2011-08-29 17:09:01 +0200
commit8b78270e241be7c137bc274fc0ed20918dd616b1 (patch)
treefa3350e74ad6939e8a74519da1c0ba026d9655c7 /sci-chemistry/pymol/files
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff)
downloadsci-8b78270e241be7c137bc274fc0ed20918dd616b1.tar.gz
sci-8b78270e241be7c137bc274fc0ed20918dd616b1.tar.bz2
sci-8b78270e241be7c137bc274fc0ed20918dd616b1.zip
Latest changes on HEAD
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-chemistry/pymol/files')
-rw-r--r--sci-chemistry/pymol/files/pymol-9999-shaders.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/pymol/files/pymol-9999-shaders.patch b/sci-chemistry/pymol/files/pymol-9999-shaders.patch
index 8517ebe49..f8a762c85 100644
--- a/sci-chemistry/pymol/files/pymol-9999-shaders.patch
+++ b/sci-chemistry/pymol/files/pymol-9999-shaders.patch
@@ -17,7 +17,7 @@ Index: layer0/ShaderMgr.c
- pymol_path = getenv("PYMOL_PATH");
- if (!pymol_path){
-+ pymol_path = getenv("PYMOL_DATA");
++ pymol_data = getenv("PYMOL_DATA");
+ if (!pymol_data){
PRINTFB(G, FB_ShaderMgr, FB_Warnings)
- " PyMOLShader_NewFromFile-Warning: PYMOL_PATH not set, cannot read shader config files from disk\n" ENDFB(G);