Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 309893 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_pre20120408-lua.patch
minetest-0.4_pre20120408-lua.patch (text/plain), 742 bytes, created by
Julian Ospald
on 2012-04-24 00:54:27 UTC
(
hide
)
Description:
minetest-0.4_pre20120408-lua.patch
Filename:
MIME Type:
Creator:
Julian Ospald
Created:
2012-04-24 00:54:27 UTC
Size:
742 bytes
patch
obsolete
>From: hasufell <julian.ospald@googlemail.com> >Date: Mon Apr 23 21:34:29 UTC 2012 > >use pkgconfig for lua detection > >--- src/CMakeLists.txt >+++ src/CMakeLists.txt >@@ -144,10 +144,8 @@ > > find_package(Jthread REQUIRED) > find_package(Sqlite3 REQUIRED) >- >-# TODO: Create proper find script for Lua >-set(LUA_INCLUDE_DIR "${PROJECT_SOURCE_DIR}/lua/src") >-set(LUA_LIBRARY "lua") >+find_package(Lua51 REQUIRED) >+ > > configure_file( > "${PROJECT_SOURCE_DIR}/cmake_config.h.in" >@@ -476,9 +474,9 @@ > add_subdirectory(sqlite) > endif (SQLITE3_FOUND) > >-if (LUA_FOUND) >-else (LUA_FOUND) >+if (LUA_LIBRARY AND LUA_INCLUDE_DIR) >+else (LUA_LIBRARY AND LUA_INCLUDE_DIR) > add_subdirectory(lua) >-endif (LUA_FOUND) >+endif (LUA_LIBRARY AND LUA_INCLUDE_DIR) > > #end
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