Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 275189 Details for
Bug 369349
app-misc/taskwarrior-1.9.4 new application
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
taskwarrior-no-automagic-deps-lua.patch
taskwarrior-no-automagic-deps-lua.patch (text/plain), 1.12 KB, created by
Marcin Mirosław
on 2011-05-30 13:42:40 UTC
(
hide
)
Description:
taskwarrior-no-automagic-deps-lua.patch
Filename:
MIME Type:
Creator:
Marcin Mirosław
Created:
2011-05-30 13:42:40 UTC
Size:
1.12 KB
patch
obsolete
>--- CMakeLists.txt.orig 2011-05-30 14:58:04.372361000 +0200 >+++ CMakeLists.txt 2011-05-30 14:59:14.413633000 +0200 >@@ -8,7 +8,7 @@ > > SET (TASK_MAN1DIR share/man/man1 CACHE STRING "Installation directory for man pages, section 1") > SET (TASK_MAN5DIR share/man/man5 CACHE STRING "Installation directory for man pages, section 5") >-SET (TASK_DOCDIR share/doc/task CACHE STRING "Installation directory for doc files") >+SET (TASK_DOCDIR share/doc/taskwarrior-${PROJECT_VERSION} CACHE STRING "Installation directory for doc files") > SET (TASK_BINDIR bin CACHE STRING "Installation directory for the binary") > > message ("-- Looking for SHA1 references") >@@ -30,6 +30,8 @@ > set (PACKAGE_VERSION "${VERSION}") > set (PACKAGE_STRING "${PACKAGE} ${VERSION}") > >+option(LUA "Suport for lua scripts") >+if(LUA) > message ("-- Looking for Lua51") > find_package (Lua51) > if (LUA51_FOUND) >@@ -38,6 +40,7 @@ > set (TASK_INCLUDE_DIRS ${TASK_INCLUDE_DIRS} ${LUA_INCLUDE_DIR}) > set (TASK_LIBRARIES ${TASK_LIBRARIES} ${LUA_LIBRARIES}) > endif (LUA51_FOUND) >+endif(LUA) > > message ("-- Looking for pthread") > find_path (PTHREAD_INCLUDE_DIR pthread.h)
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 369349
:
275187
| 275189