Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 387728 Details for
Bug 506058
dev-games/ogre-1.9.0 misses features and installs configuration files in wrong directory (doc/examples)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
second path fix change from build dir to install dir
1.9.0-02_remove_media_path_to_bindir.patch (text/plain), 906 bytes, created by
Sven Eden
on 2014-10-29 12:40:07 UTC
(
hide
)
Description:
second path fix change from build dir to install dir
Filename:
MIME Type:
Creator:
Sven Eden
Created:
2014-10-29 12:40:07 UTC
Size:
906 bytes
patch
obsolete
>--- a/CMake/InstallResources.cmake 2014-10-29 12:43:49.000000000 +0100 >+++ b/CMake/InstallResources.cmake 2014-10-29 12:46:10.017611431 +0100 >@@ -178,10 +178,11 @@ > > # CREATE CONFIG FILES - BUILD DIR VERSIONS > if (NOT OGRE_BUILD_PLATFORM_APPLE_IOS) >- set(OGRE_MEDIA_DIR_REL "${OGRE_SOURCE_DIR}/Samples/Media") >- set(OGRE_MEDIA_DIR_DBG "${OGRE_SOURCE_DIR}/Samples/Media") >- set(OGRE_TEST_MEDIA_DIR_REL "${OGRE_SOURCE_DIR}/Tests/Media") >- set(OGRE_TEST_MEDIA_DIR_DBG "${OGRE_SOURCE_DIR}/Tests/Media") >+# No, they were fine already >+# set(OGRE_MEDIA_DIR_REL "${OGRE_SOURCE_DIR}/Samples/Media") >+# set(OGRE_MEDIA_DIR_DBG "${OGRE_SOURCE_DIR}/Samples/Media") >+# set(OGRE_TEST_MEDIA_DIR_REL "${OGRE_SOURCE_DIR}/Tests/Media") >+# set(OGRE_TEST_MEDIA_DIR_DBG "${OGRE_SOURCE_DIR}/Tests/Media") > else () > # iOS needs to use relative paths in the config files > set(OGRE_MEDIA_DIR_REL "${OGRE_MEDIA_PATH}")
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 506058
:
373736
|
387724
|
387726
| 387728