mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
dev-cpp/wt: new package, add 4.10.3
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
14
dev-cpp/wt/files/wt-no-rundir.patch
Normal file
14
dev-cpp/wt/files/wt-no-rundir.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 887e5de6..a8d559ab 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -132,9 +132,6 @@ ELSE(WIN32)
|
||||
SET(CONFIG_PREFIX ${CMAKE_INSTALL_PREFIX})
|
||||
ENDIF()
|
||||
|
||||
- SET(RUNDIR "${CONFIG_PREFIX}/var/run/wt" CACHE PATH
|
||||
- "Default path for wt session management (only used by FCGI connector)")
|
||||
-
|
||||
IF(NOT DEFINED CONFIGDIR)
|
||||
SET(CONFIGDIR "${CONFIG_PREFIX}/etc/wt" CACHE STRING "Path for the configuration files")
|
||||
ENDIF( NOT DEFINED CONFIGDIR )
|
||||
Reference in New Issue
Block a user