SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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)