[dia] Bug #656137 - Application crashes on Mac OS 10.7 Lion



commit 9626922d5423e6c26697d8f1e801c61f7f073aff
Author: Steffen Macke <sdteffen sdteffen de>
Date:   Tue Dec 6 20:27:09 2011 +0100

    Bug #656137 - Application crashes on Mac OS 10.7 Lion

 installer/macosx/dia |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/installer/macosx/dia b/installer/macosx/dia
index fcad51a..2b5be21 100755
--- a/installer/macosx/dia
+++ b/installer/macosx/dia
@@ -30,7 +30,7 @@ export PYTHONPATH="$TOP/python/site-packages/$ARCH/$PYTHON_VERS"
 # NB: we are only preprending some stuff to the default python path so if the directory does not exist it should not harm the rest
 
 # No longer required if path rewriting has been conducted.
-export DYLD_LIBRARY_PATH="$TOP/lib"
+export DYLD_FALLBACK_LIBRARY_PATH="$TOP/lib"
 
 export DIA_BASE_PATH="$TOP"
 export DIA_LIB_PATH="$TOP/dia"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]