openbsd-ports/cad/kicad/patches/patch-gerbview_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

24 lines
491 B
Plaintext

$OpenBSD: patch-gerbview_CMakeLists_txt,v 1.1 2019/11/08 14:43:53 sthen Exp $
Index: gerbview/CMakeLists.txt
--- gerbview/CMakeLists.txt.orig
+++ gerbview/CMakeLists.txt
@@ -120,6 +120,8 @@ target_link_libraries( gerbview
common
gal
legacy_wx
+ stdc++
+ c
${wxWidgets_LIBRARIES}
)
@@ -150,6 +152,8 @@ target_link_libraries( gerbview_kiface
common
gal
legacy_wx
+ stdc++
+ c
${wxWidgets_LIBRARIES}
${GDI_PLUS_LIBRARIES}
)