Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > ff071ec050f7073ea7f012d2177b9ca4 > files > 1

boson-0.13-2mdv2008.0.src.rpm

--- boson-all-0.13/cmake/modules/boson/FindBosonPythonLibs.cmake.py25	2006-06-17 15:36:11.000000000 +0200
+++ boson-all-0.13/cmake/modules/boson/FindBosonPythonLibs.cmake	2007-01-03 20:58:10.000000000 +0100
@@ -72,6 +72,6 @@
 
 	# PYTHON_LIBRARY is used for the cache entry only
 	# PYTHON_LIBRARIES is meant to be public
-	set(PYTHON_LIBRARIES "${PYTHON_LIBRARY} ${_python_dependency_libs}")
+	set(PYTHON_LIBRARIES ${PYTHON_LIBRARY} ${_python_dependency_libs})
 ENDIF (NOT PYTHON_LIBRARY)