SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
Index: src/CMakeLists.txt
|
||||
--- src/CMakeLists.txt.orig
|
||||
+++ src/CMakeLists.txt
|
||||
@@ -7,4 +7,6 @@ if (ENABLE_CONFIG_QT)
|
||||
add_subdirectory(configtool)
|
||||
endif()
|
||||
|
||||
-add_subdirectory(migrator)
|
||||
+if (ENABLE_MIGRATOR)
|
||||
+ add_subdirectory(migrator)
|
||||
+endif()
|
Loading…
Add table
Add a link
Reference in a new issue