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,17 @@
Index: Source/WebDriver/PlatformGTK.cmake
--- Source/WebDriver/PlatformGTK.cmake.orig
+++ Source/WebDriver/PlatformGTK.cmake
@@ -5,6 +5,7 @@ add_definitions(-DLIBEXECDIR="${CMAKE_INSTALL_FULL_LIB
list(APPEND WebDriver_SYSTEM_INCLUDE_DIRECTORIES
"${GLIB_INCLUDE_DIRS}"
"${LIBSOUP_INCLUDE_DIRS}"
+ "${ICU_INCLUDE_DIRS}"
)
list(APPEND WebDriver_SOURCES
@@ -18,4 +19,5 @@ list(APPEND WebDriver_SOURCES
list(APPEND WebDriver_LIBRARIES
${LIBSOUP_LIBRARIES}
+ ${ICU_LIBRARIES}
)