SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
math/rstudio/patches/patch-src_CMakeLists_txt
Normal file
18
math/rstudio/patches/patch-src_CMakeLists_txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
Need to build gwt.
|
||||
|
||||
Index: src/CMakeLists.txt
|
||||
--- src/CMakeLists.txt.orig
|
||||
+++ src/CMakeLists.txt
|
||||
@@ -18,11 +18,7 @@ cmake_minimum_required(VERSION 3.4.3)
|
||||
# we've already got it from the 64-bit build), for development mode
|
||||
# (since we'll want to build it incrementally using superdevmode),
|
||||
# or when building monitor only
|
||||
-if ( (NOT RSTUDIO_SESSION_WIN32) AND
|
||||
- (NOT RSTUDIO_DEVELOPMENT) AND
|
||||
- (NOT RSTUDIO_CONFIG_MONITOR_ONLY) )
|
||||
- add_subdirectory(gwt)
|
||||
-endif()
|
||||
+add_subdirectory(gwt)
|
||||
|
||||
add_subdirectory(cpp)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue