Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 140206 Details for
Bug 91526
OSG-OpenSceneGraph (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openscenegraph-2.3.1-debug.patch
openscenegraph-2.3.1-debug.patch (text/plain), 1.62 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2008-01-05 17:05:36 UTC
(
hide
)
Description:
openscenegraph-2.3.1-debug.patch
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2008-01-05 17:05:36 UTC
Size:
1.62 KB
patch
obsolete
>--- CMakeLists.txt.org 2008-01-04 12:45:25.000000000 +0100 >+++ CMakeLists.txt 2008-01-05 16:49:41.000000000 +0100 >@@ -17,11 +17,17 @@ > SET(OPENSCENEGRAPH_MAJOR_VERSION 2) > SET(OPENSCENEGRAPH_MINOR_VERSION 3) > SET(OPENSCENEGRAPH_PATCH_VERSION 1) >+IF(NOT DEFINED OPENSCENEGRAPH_SOVERSION) > SET(OPENSCENEGRAPH_SOVERSION 27) >+ENDIF(NOT DEFINED OPENSCENEGRAPH_SOVERSION) > >+IF(NOT DEFINED OPENSCENEGRAPH_VERSION) > SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION}) >+ENDIF(NOT DEFINED OPENSCENEGRAPH_VERSION) > >+IF(NOT DEFINED OSG_PLUGINS) > SET(OSG_PLUGINS osgPlugins-${OPENSCENEGRAPH_VERSION}) >+ENDIF(NOT DEFINED OSG_PLUGINS) > > SET(OSG_PLUGIN_PREFIX "") > >@@ -276,7 +282,7 @@ > ################################################################################ > # Installation stuff > >-SET(CMAKE_DEBUG_POSTFIX "d") >+SET(CMAKE_DEBUG_POSTFIX "") > > IF(UNIX AND NOT WIN32 AND NOT APPLE) > IF(CMAKE_SIZEOF_VOID_P MATCHES "8") >--- CMakeModules/OsgMacroUtils.cmake.org 2007-12-17 19:38:21.000000000 +0100 >+++ CMakeModules/OsgMacroUtils.cmake 2008-01-05 16:51:49.000000000 +0100 >@@ -161,6 +161,10 @@ > ENDIF(NOT MSVC) > SET_TARGET_PROPERTIES(${TARGET_TARGETNAME} PROPERTIES PROJECT_LABEL "${TARGET_LABEL}") > >+ IF(OPENSCENEGRAPH_SONAMES) >+ SET_TARGET_PROPERTIES(${CORELIB_NAME} PROPERTIES VERSION ${OPENSCENEGRAPH_VERSION} SOVERSION ${OPENSCENEGRAPH_SOVERSION}) >+ ENDIF(OPENSCENEGRAPH_SONAMES) >+ > SETUP_LINK_LIBRARIES() > > #the installation path are differentiated for win32 that install in bib versus other architecture that install in lib${LIB_POSTFIX}/${OSG_PLUGINS}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91526
:
58101
|
58166
|
58167
|
58168
|
77426
|
78612
|
79434
|
79731
|
80052
|
83829
|
92911
|
92912
|
99425
|
99426
|
99427
|
99428
|
99429
|
99430
|
118048
|
121337
|
123397
|
123399
|
140200
|
140201
|
140202
|
140204
| 140206 |
140703
|
140705
|
177328