summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-01-02 21:44:00 +0000
committertnn <tnn@pkgsrc.org>2022-01-02 21:44:00 +0000
commitd918b942087f7debafece02095969ff6d49f17bc (patch)
treeb66dc46f7ec190aa35d9a65124a491fac3386d51 /cad
parent02c8a3e2541c6370b328565a9ca498dd6eebb86a (diff)
downloadpkgsrc-d918b942087f7debafece02095969ff6d49f17bc.tar.gz
kicad: mark as not for macOS and explain why in comment
Diffstat (limited to 'cad')
-rw-r--r--cad/kicad/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile
index 6c8a98306a4..5b02188203e 100644
--- a/cad/kicad/Makefile
+++ b/cad/kicad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2022/01/02 19:10:03 tnn Exp $
+# $NetBSD: Makefile,v 1.58 2022/01/02 21:44:00 tnn Exp $
#
V= 6.0.0
@@ -31,6 +31,14 @@ CMAKE_MODULE_PATH_OVERRIDE= \
PY_PATCHPLIST= yes
+# The package tries to build a native .app bundle. This doesn't work
+# in pkgsrc context because they don't support DESTDIR installation,
+# which is a requirement in pkgsrc. It also tries to use native Python
+# frameworks, but has to use pkgsrc's. Getting this to build requires 15
+# additional patches. Ping if you you want the patches.
+# I didn't commit them yet because it segfaults. -tnn 20220102
+NOT_FOR_PLATFORM+= Darwin-*-*
+
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../devel/cmake/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"