aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-01-31 03:40:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-01-31 03:40:46 +0000
commitdcd74e6387a7b13a84f56be4fd95b245441cc800 (patch)
tree0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /cad
parentb2e18017b2d4c4044c103983b080543102008420 (diff)
downloadports-dcd74e6387a7b13a84f56be4fd95b245441cc800.tar.gz
ports-dcd74e6387a7b13a84f56be4fd95b245441cc800.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/kicad-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile
index 4bdbb1a746a8..a826081f6ecb 100644
--- a/cad/kicad-devel/Makefile
+++ b/cad/kicad-devel/Makefile
@@ -16,7 +16,6 @@ COMMENT= Schematic and PCB editing software
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm
-
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libcurl.so:ftp/curl
@@ -33,6 +32,8 @@ WX_COMPS= wx
WX_UNICODE= yes
USE_GNOME= atk cairo # Required by libwx_gtk2_aui-2.8.so
+BROKEN_aarch64= Fails to compile: use of undeclared identifier builtin_ia32_emms
+
OPTIONS_DEFINE= DOCS
PLIST_SUB= OPSYS=${OPSYS} \