aboutsummaryrefslogtreecommitdiffstats
path: root/cad/kicad-devel
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-06-15 04:19:20 +0800
committermarino <marino@FreeBSD.org>2016-06-15 04:19:20 +0800
commitcf521225a879cdb6a809ed3385490c4065dc8c89 (patch)
tree006789f938d40244651a83483478743553f8de08 /cad/kicad-devel
parente34f8b07dd9f6c99e265a4558a0f18ef594f7e49 (diff)
downloadfreebsd-ports-gnome-cf521225a879cdb6a809ed3385490c4065dc8c89.tar.gz
freebsd-ports-gnome-cf521225a879cdb6a809ed3385490c4065dc8c89.tar.zst
freebsd-ports-gnome-cf521225a879cdb6a809ed3385490c4065dc8c89.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.
Diffstat (limited to 'cad/kicad-devel')
-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>