Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 307583 Details for
Bug 399867
games-action/minetest games-action/minetest_game: new ebuilds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
minetest-0.4_pre20120320-cmake.patch
minetest-0.4_pre20120320-cmake.patch (text/plain), 1018 bytes, created by
Julian Ospald
on 2012-04-03 04:49:26 UTC
(
hide
)
Description:
minetest-0.4_pre20120320-cmake.patch
Filename:
MIME Type:
Creator:
Julian Ospald
Created:
2012-04-03 04:49:26 UTC
Size:
1018 bytes
patch
obsolete
>From: Julian Ospald <julian.ospald@googlemail.com> >Date: Tue Apr 3 03:33:30 UTC 2012 > >make install-paths modifiable >prepend "CMAKE_INSTALL_PREFIX" to SHAREDIR for proper variable substitution > >--- CMakeLists.txt >+++ CMakeLists.txt >@@ -73,14 +73,14 @@ > set(ICONDIR "unix/icons") > set(LOCALEDIR "locale") > else() >- set(SHAREDIR "share/${PROJECT_NAME}") >- set(BINDIR "bin") >- set(DOCDIR "share/doc/${PROJECT_NAME}") >- set(MANDIR "share/man") >- set(EXAMPLE_CONF_DIR ${DOCDIR}) >- set(XDG_APPS_DIR "share/applications") >- set(ICONDIR "share/icons") >- set(LOCALEDIR "share/locale") >+ set(SHAREDIR "${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}" CACHE PATH "") >+ set(BINDIR "bin" CACHE PATH "") >+ set(DOCDIR "share/doc/${PROJECT_NAME}" CACHE PATH "") >+ set(MANDIR "share/man" CACHE PATH "") >+ set(EXAMPLE_CONF_DIR ${DOCDIR} CACHE PATH "") >+ set(XDG_APPS_DIR "share/applications" CACHE PATH "") >+ set(ICONDIR "share/icons" CACHE PATH "") >+ set(LOCALEDIR "share/locale" CACHE PATH "") > endif() > endif() >
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 399867
:
306625
|
307581
|
307583
|
307585
|
309883
|
309885
|
309887
|
309889
|
309891
|
309893
|
327946
|
327948
|
327950
|
327952