aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-06-14 20:19:20 +0000
committerJohn Marino <marino@FreeBSD.org>2016-06-14 20:19:20 +0000
commit67b6670e2320168f5f5b92ea646c47b9c3dbe10e (patch)
tree006789f938d40244651a83483478743553f8de08 /cad
parenteece2953a3ad51e72ca064a8fa25c1b294af8b3a (diff)
downloadports-67b6670e2320168f5f5b92ea646c47b9c3dbe10e.tar.gz
ports-67b6670e2320168f5f5b92ea646c47b9c3dbe10e.zip
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.
Notes
Notes: svn path=/head/; revision=416908
Diffstat (limited to 'cad')
-rw-r--r--cad/kicad-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.pre.mk>
+.if ${OPSYS} == FreeBSD
.if ${OSVERSION} < 1000000 || ${COMPILER_TYPE} == "gcc"
IGNORE= builds only on greater than 10 and with clang
.endif
+.endif
.include <bsd.port.post.mk>