blob: 6b2322abbb96d65700cd8664b8dcfa8d13f0eb08 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
}
|