packages: kde4-kdeedu/kde4-kdeedu-R.patch (NEW) - look for R in %{_libdir}

shadzik shadzik at pld-linux.org
Mon Feb 1 12:39:28 CET 2010


Author: shadzik                      Date: Mon Feb  1 11:39:28 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- look for R in %{_libdir}

---- Files affected:
packages/kde4-kdeedu:
   kde4-kdeedu-R.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/kde4-kdeedu/kde4-kdeedu-R.patch
diff -u /dev/null packages/kde4-kdeedu/kde4-kdeedu-R.patch:1.1
--- /dev/null	Mon Feb  1 12:39:28 2010
+++ packages/kde4-kdeedu/kde4-kdeedu-R.patch	Mon Feb  1 12:39:22 2010
@@ -0,0 +1,11 @@
+--- cmake/modules/FindR.cmake.orig	2010-02-01 12:35:52.434303194 +0100
++++ cmake/modules/FindR.cmake	2010-02-01 12:36:39.665039919 +0100
+@@ -57,7 +57,7 @@
+ 
+ FIND_LIBRARY(LIBR_SO
+ 	R
+-	PATHS ${R_HOME}/lib ${R_SHAREDLIBDIR} ${R_HOME}/bin
++	PATHS /usr/lib /usr/lib64 ${R_HOME}/lib ${R_SHAREDLIBDIR} ${R_HOME}/bin
+ 	NO_DEFAULT_PATH)
+ IF(NOT LIBR_SO)
+ 	MESSAGE(STATUS "libR not found. Make sure the location of R was detected correctly, above, and R was compiled with the --enable-shlib option")
================================================================


More information about the pld-cvs-commit mailing list