openbsd-ports/devel/cmake/patches/patch-Modules_Platform_OpenBSD_cmake
dcoppa 7f3e75a1ad Update to cmake-3.1.0
Bulk build by landry@
KDE-related fixes by zhuk@
2014-12-31 11:06:02 +00:00

12 lines
530 B
Plaintext

$OpenBSD: patch-Modules_Platform_OpenBSD_cmake,v 1.14 2014/12/31 11:06:02 dcoppa Exp $
--- Modules/Platform/OpenBSD.cmake.orig Mon Dec 15 14:07:43 2014
+++ Modules/Platform/OpenBSD.cmake Thu Dec 18 05:37:12 2014
@@ -1,5 +1,7 @@
include(Platform/NetBSD)
+unset(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG)
+
# On OpenBSD, the compile time linker does not share it's configuration with
# the runtime linker. This will extract the library search paths from the
# system's ld.so.hints file which will allow CMake to set the appropriate