openbsd-ports/cad/kicad/patches/patch-pcbnew_CMakeLists_txt
sthen f68161d6a7 update to kicad-5.1.4, unbreaking the port. Much work from Tracey Emery
(this is basically a new port) with various feedback from bentley/me.
2019-11-08 14:43:53 +00:00

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()