15 lines
338 B
Plaintext
15 lines
338 B
Plaintext
$OpenBSD: patch-pcbnew_CMakeLists_txt,v 1.2 2019/11/08 14:43:53 sthen Exp $
|
|
|
|
Index: pcbnew/CMakeLists.txt
|
|
--- pcbnew/CMakeLists.txt.orig
|
|
+++ pcbnew/CMakeLists.txt
|
|
@@ -516,7 +516,7 @@ if( BUILD_GITHUB_PLUGIN )
|
|
endif()
|
|
|
|
if( UNIX AND NOT APPLE )
|
|
- list( APPEND PCBNEW_EXTRA_LIBS rt )
|
|
+ list( APPEND PCBNEW_EXTRA_LIBS )
|
|
endif()
|
|
|
|
|