[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: libprojectM Packaging Problem
- From: Michael Schwendt <mschwendt gmail com>
- To: fedora-devel-list redhat com
- Subject: Re: libprojectM Packaging Problem
- Date: Sun, 11 Oct 2009 16:02:36 +0200
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})
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]