ports/cad/qcad/files/patch-src_3rdparty_3rdparty.pro
Michael Reifenberger 567e89a810 cad/kicad-devel: Update
Update to the latest commit as of 2025.03.09
2025-03-09 19:22:45 +01:00

17 lines
418 B
Prolog

Second hunk: fix a version of the shipped qtscriptgenerator, as when updating Qt, the new one might
not yet be bundled in the tarball.
--- src/3rdparty/3rdparty.pro.orig 2025-02-10 09:29:49 UTC
+++ src/3rdparty/3rdparty.pro
@@ -11,9 +11,8 @@ else {
SUBDIRS += legacy
}
-!r_no_opennurbs {
- SUBDIRS += opennurbs
-}
+# FreeBSD: prefer opennurbs from dependent ports
+
!rs_no_dxf {
SUBDIRS += dxflib
}