File tulip-lib64-install.patch of Package tulip

Index: tulip-3.7.0-src/CMakeLists.txt
===================================================================
--- tulip-3.7.0-src.orig/CMakeLists.txt
+++ tulip-3.7.0-src/CMakeLists.txt
@@ -266,7 +266,12 @@ SET(TulipPluginsInstallDir ${TulipAppleC
 SET(TulipBitmapInstallDir ${TulipShareInstallDir}/bitmaps/)
 SET(TulipAppleResourcesDir ${TulipAppleContentsDir}Resources/)
 ELSE()
+# Library
+IF (CMAKE_SIZEOF_VOID_P MATCHES "8")
+  SET(TulipLibInstallDir lib64/)
+ELSE(CMAKE_SIZEOF_VOID_P MATCHES "8")
 SET(TulipLibInstallDir lib/)
+ENDIF(CMAKE_SIZEOF_VOID_P MATCHES "8")
 SET(TulipPluginsInstallDir ${TulipLibInstallDir}/tulip/)
 SET(TulipBinInstallDir bin/)
 SET(TulipIncludeInstallDir include/)
openSUSE Build Service is sponsored by