$NetBSD: patch-dist_CMakeLists.txt,v 1.1 2020/03/30 17:17:23 adam Exp $

Treat Darwin as any other UNIX.

--- dist/CMakeLists.txt.orig	2020-03-30 17:02:36.000000000 +0000
+++ dist/CMakeLists.txt
@@ -1,6 +1,6 @@
 find_package(Qt5Widgets ${requiredQtVersion}) # to conditionally install desktop-related files
 
-if (APPLE)
+if (FALSE)
     add_subdirectory(mac)
 else (APPLE)
     if (UNIX)
