opnsense-ports/devel/shadered/files/patch-CMakeLists.txt
Franco Fichtner f55b2ee450 */*: sync with upstream
Taken from: FreeBSD
2023-01-20 13:10:49 +01:00

11 lines
479 B
Text

--- CMakeLists.txt.orig 2023-01-19 21:30:11 UTC
+++ CMakeLists.txt
@@ -222,7 +222,7 @@ elseif(UNIX AND NOT APPLE)
target_link_libraries(SHADERed ${GLEW_LIBRARIES} ${SDL2_LIBRARIES} ${GTK_LIBRARIES} ${CMAKE_DL_LIBS})
if (NOT DONT_LINK_FILESYSTEM)
- target_link_libraries(SHADERed stdc++fs pthread m dl)
+ target_link_libraries(SHADERed pthread m dl)
endif()
elseif(APPLE)
target_link_libraries(SHADERed GLEW::GLEW ${SDL2_LIBRARIES} ${GTK_LIBRARIES} ${CMAKE_DL_LIBS})