diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 16:04:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 16:04:19 +0000 |
commit | 82c3cac0d25cc95f9d22a5af54798c9353f0a8ab (patch) | |
tree | c5e899899564f09bbd94410678db0ab936c225e5 /net/intel-em-kmod | |
parent | 18c5de50d19ed9cea6ba04528785811d0ef7b3c1 (diff) | |
download | ports-82c3cac0d25cc95f9d22a5af54798c9353f0a8ab.tar.gz ports-82c3cac0d25cc95f9d22a5af54798c9353f0a8ab.zip |
Notes
Diffstat (limited to 'net/intel-em-kmod')
-rw-r--r-- | net/intel-em-kmod/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/intel-em-kmod/Makefile b/net/intel-em-kmod/Makefile index efa6d0c42579..fa65f50e1bbf 100644 --- a/net/intel-em-kmod/Makefile +++ b/net/intel-em-kmod/Makefile @@ -12,4 +12,7 @@ MASTERDIR= ${.CURDIR}/../intel-ixl-kmod PKGDIR= ${.CURDIR} DISTINFO_FILE= ${.CURDIR}/distinfo +BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 +BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative + .include "${MASTERDIR}/Makefile" |