From cb6b32499f816951be28daa5157f74f1fa28c9fb Mon Sep 17 00:00:00 2001 From: cwen Date: Tue, 9 Jun 2020 17:09:23 +0000 Subject: [PATCH] kicad-share/*: add powerpc to NOT_FOR_ARCHS Kicad being broken on powerpc, it's useless to build these ports there. Add a reminder in cad/kicad/Makefile to sync cad/kicad-share/Makefile.inc with archs where kicad is not built. input and OK sthen@, OK kirby@ --- cad/kicad-share/Makefile.inc | 4 +++- cad/kicad/Makefile | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cad/kicad-share/Makefile.inc b/cad/kicad-share/Makefile.inc index a98aea4cea5..134d9384acc 100644 --- a/cad/kicad-share/Makefile.inc +++ b/cad/kicad-share/Makefile.inc @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.4 2019/12/10 23:09:48 sthen Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2020/06/09 17:09:24 cwen Exp $ + +NOT_FOR_ARCHS = powerpc PKG_ARCH ?= * diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 8c109d2eea9..0557007b7c6 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.41 2020/04/30 21:05:03 cwen Exp $ +# $OpenBSD: Makefile,v 1.42 2020/06/09 17:09:23 cwen Exp $ +# Sync cad/kicad-share/Makefile.inc with archs where kicad is broken BROKEN-powerpc = segfaults when trying to run the PCB editor V = 5.1.5