diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 12:02:07 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 12:02:07 +0000 |
commit | 73a2d70934144e0597ca6a667908f5304f959009 (patch) | |
tree | f214fd97b3e397fb90830db2b455ad9033c3e640 /multimedia/cuse4bsd-kmod | |
parent | bf55d31cb050e24a148fe16f79ccba943b19fd34 (diff) | |
download | ports-73a2d70934144e0597ca6a667908f5304f959009.tar.gz ports-73a2d70934144e0597ca6a667908f5304f959009.zip |
Notes
Diffstat (limited to 'multimedia/cuse4bsd-kmod')
-rw-r--r-- | multimedia/cuse4bsd-kmod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/cuse4bsd-kmod/Makefile b/multimedia/cuse4bsd-kmod/Makefile index 2620821371f9..6032600ff2be 100644 --- a/multimedia/cuse4bsd-kmod/Makefile +++ b/multimedia/cuse4bsd-kmod/Makefile @@ -11,6 +11,8 @@ COMMENT= Cuse4BSD character device loopback driver for userspace CONFLICTS= video4bsd-kmod* +BROKEN_powerpc64= fails to compile: pcpu.h: error: size of array '__assert_0' is negative + KMODNAME= cuse4bsd LIBDIR= ${PREFIX}/lib INCLUDEDIR= ${PREFIX}/include |