From cf521225a879cdb6a809ed3385490c4065dc8c89 Mon Sep 17 00:00:00 2001 From: marino Date: Tue, 14 Jun 2016 20:19:20 +0000 Subject: cad/kicad-devel: Fix faulty IGNORE message which falsely traps DF - OSVERSION needs to be coupled with OPSYS - BROKEN_FreeSBD_9 might have been a more appropriate method - Marking ignore for GCC is faulty logic, it builds fine on GCC that is provided with a good math lib This restores building on DragonFly. --- cad/kicad-devel/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cad') diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index 541642e7065d..b164d7c7b56a 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -162,8 +162,10 @@ PLIST_SHAREDDIR_LIST= share/mimelnk/application \ .include +.if ${OPSYS} == FreeBSD .if ${OSVERSION} < 1000000 || ${COMPILER_TYPE} == "gcc" IGNORE= builds only on greater than 10 and with clang .endif +.endif .include -- cgit