--- kicad-20130331/common/edaappl.cpp.orig	2015-04-11 18:27:53.439843215 +0200
+++ kicad-20130331/common/edaappl.cpp	2015-04-11 18:27:59.640843261 +0200
@@ -451,7 +451,7 @@
 
     // Linux and Unix
 #elif defined(__UNIX__)
-    m_BinDir = wxStandardPaths().GetExecutablePath();
+    m_BinDir = wxStandardPaths::Get().GetExecutablePath();
 #else
     m_BinDir = argv[0];
 #endif // __UNIX__
