On Sun, 11 Oct 2009 09:33:12 -0400, Jameson wrote: > My current attempt at their SVN code can be found at: > http://www.vtscrew.com/libprojectM-1.2.0r1295-9.fc11.src.rpm Patch attached. Do the same for any other directories where it may be necessary.
diff -Nur libprojectM-1.2.0r1295-orig/Renderer/CMakeLists.txt libprojectM-1.2.0r1295/Renderer/CMakeLists.txt --- libprojectM-1.2.0r1295-orig/Renderer/CMakeLists.txt 2009-10-10 22:48:12.000000000 +0200 +++ libprojectM-1.2.0r1295/Renderer/CMakeLists.txt 2009-10-11 15:59:48.447688896 +0200 @@ -7,8 +7,8 @@ Filters.cpp PerlinNoise.cpp PipelineContext.cpp Renderable.cpp BeatDetect.cpp Shader.cpp TextureManager.cpp VideoEcho.cpp RenderItemDistanceMetric.cpp RenderItemMatcher.cpp ${SOIL_SOURCES}) -SET (CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -fPIC) -SET (CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -fPIC) +SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC") +SET (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC") INCLUDE_DIRECTORIES(${projectM_SOURCE_DIR}) ADD_LIBRARY(Renderer STATIC ${Renderer_SOURCES})
-- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list