diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 21:55:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 21:55:08 +0000 |
commit | fa7459871993c1b82be45b128cb6cc16d6d6097b (patch) | |
tree | f3de3615c4398425cec6e6c4d1a630f701a34d2d /comms/uarduno | |
parent | a379971cffb802fce69885970f1184f7228beb86 (diff) | |
download | ports-fa7459871993c1b82be45b128cb6cc16d6d6097b.tar.gz ports-fa7459871993c1b82be45b128cb6cc16d6d6097b.zip |
Notes
Diffstat (limited to 'comms/uarduno')
-rw-r--r-- | comms/uarduno/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/uarduno/Makefile b/comms/uarduno/Makefile index 6b725473c55f..e4c8f5d0276a 100644 --- a/comms/uarduno/Makefile +++ b/comms/uarduno/Makefile @@ -12,6 +12,8 @@ COMMENT= FreeBSD Kernel Driver for the Arduino Uno USB interface LICENSE= BSD4CLAUSE +BROKEN_powerpc64= fails to compile: pcpu.h: error: size of array '__assert_0' is negative + USES= kmod uidfix # some test targets need a predictable source directory |