/[pkgs]/devel/OpenSceneGraph/OpenSceneGraph-2.8.2.diff
ViewVC logotype

Contents of /devel/OpenSceneGraph/OpenSceneGraph-2.8.2.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Tue Aug 18 03:07:49 2009 UTC (3 months, 1 week ago) by corsepiu
Branch: MAIN
CVS Tags: F-12-split, OpenSceneGraph-2_8_2-3_fc13, OpenSceneGraph-2_8_2-3_fc12, OpenSceneGraph-2_8_2-2_fc12, HEAD
Changes since 1.1: +0 -851 lines
File MIME type: text/x-diff
Cleanup.
1 diff -Naur OpenSceneGraph-2.8.2.orig/CMakeLists.txt OpenSceneGraph-2.8.2/CMakeLists.txt
2 --- OpenSceneGraph-2.8.2.orig/CMakeLists.txt 2009-07-28 08:02:27.000000000 +0200
3 +++ OpenSceneGraph-2.8.2/CMakeLists.txt 2009-08-17 17:39:09.000000000 +0200
4 @@ -717,7 +717,7 @@
5 ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs/osg32-32.png COPYONLY
6 )
7 #INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc)
8 - INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs DESTINATION doc COMPONENT openscenegraph-doc)
9 + #INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs DESTINATION doc COMPONENT openscenegraph-doc)
10
11 # now set up openthreads documentation generation
12 IF(BUILD_REF_DOCS_TAGFILE)
13 @@ -733,7 +733,7 @@
14 ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs/osg32-32.png COPYONLY
15 )
16 #INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc)
17 - INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs DESTINATION doc COMPONENT openthreads-doc)
18 + #INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs DESTINATION doc COMPONENT openthreads-doc)
19
20 # Process our other doxyfiles but don't create targets for these
21 CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/Doxyfiles/all_Doxyfile
22 diff -Naur OpenSceneGraph-2.8.2.orig/CMakeModules/OsgMacroUtils.cmake OpenSceneGraph-2.8.2/CMakeModules/OsgMacroUtils.cmake
23 --- OpenSceneGraph-2.8.2.orig/CMakeModules/OsgMacroUtils.cmake 2008-12-12 15:54:22.000000000 +0100
24 +++ OpenSceneGraph-2.8.2/CMakeModules/OsgMacroUtils.cmake 2009-08-17 17:39:09.000000000 +0200
25 @@ -307,7 +307,7 @@
26 IF(APPLE)
27 INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION share/OpenSceneGraph/bin BUNDLE DESTINATION share/OpenSceneGraph/bin )
28 ELSE(APPLE)
29 - INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION share/OpenSceneGraph/bin COMPONENT openscenegraph-examples )
30 + INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION bin COMPONENT openscenegraph-examples )
31 ENDIF(APPLE)
32
33 ENDMACRO(SETUP_EXAMPLE)

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2