Description: update search path for libgs
Author: Laurence Abbott <laurence.abbott@york.ac.uk> 
Tested-By: Christian T. Steigies <cts@debian.org>
Last-Update: 2019-08-29
Index: gle-graphics-4.2.5/src/gui/qgslibloader.cpp
===================================================================
--- gle-graphics-4.2.5.orig/src/gui/qgslibloader.cpp
+++ gle-graphics-4.2.5/src/gui/qgslibloader.cpp
@@ -272,9 +272,11 @@ int GSLibFunctions::loadLibrary(const QS
 		#if defined(__x86_64__) || defined(__ppc64__) || defined (__s390x__) || defined (__sparc64__)
 		// try 64 bit libraries on 64 bit system
 		tryLocationLoop("/usr/lib64");
+		tryLocationLoop("/usr/lib/x86_64-linux-gnu");
 		tryLocationLoop("/usr/local/lib64");
 		#endif // 64 bit
 		tryLocationLoop("/usr/lib");
+		tryLocationLoop("/usr/lib/arm-linux-gnueabihf");
 		tryLocationLoop("/usr/local/lib");
 		#endif // Q_OS_LINUX
 		#ifdef Q_OS_MACOS
