ports/cad/qcad/files/patch-src_3rdparty_3rdparty.pro
Michael Reifenberger 3119197c54 Update to v3.22.0.12
Submitted by:	Tamas TEVESZ
2019-06-02 18:05:59 +00:00

17 lines
433 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 2019-05-04 22:28:42 UTC
+++ src/3rdparty/3rdparty.pro
@@ -4,9 +4,8 @@ SUBDIRS = \
spatialindexnavel \
stemmer
-!r_no_opennurbs {
- SUBDIRS += opennurbs
-}
+# FreeBSD: prefer opennurbs from dependent ports
+
!rs_no_dxf {
SUBDIRS += dxflib
}