mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
On 13+, the memfd_create() syscall can create anonymous shared- memory areas that behaves like a file. This is used upstream (not in Qt, but in KDE) when possible. Use it when relevant, since it avoids creating temporary files. While here, freshen-up the other patches. PR: 259035
8 lines
207 B
Prolog
8 lines
207 B
Prolog
--- qtwayland.pro.orig 2022-06-20 20:17:21 UTC
|
|
+++ qtwayland.pro
|
|
@@ -1,3 +1,4 @@
|
|
-requires(linux:!android|macos|qnx)
|
|
+requires(!android)
|
|
+requires(linux|freebsd)
|
|
requires(qtHaveModule(gui))
|
|
load(qt_parts)
|