mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
17 lines
418 B
Prolog
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
|
|
}
|