diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-02 15:49:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-02 15:49:34 +0000 |
commit | 4ba19e7015058f9286be931cfdf7e35a16f56cca (patch) | |
tree | 543af2b67a881ad3a20085f3672b1439334e6a56 /multimedia/pwcbsd | |
parent | Fix WWW (diff) |
Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=442405
Diffstat (limited to 'multimedia/pwcbsd')
-rw-r--r-- | multimedia/pwcbsd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile index c42da32be992..e1ac9d573419 100644 --- a/multimedia/pwcbsd/Makefile +++ b/multimedia/pwcbsd/Makefile @@ -14,6 +14,8 @@ COMMENT= The Linux pwc webcam driver ported to FreeBSD LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: pcpu.h:187: error: size of array '__assert_0' is negative + CONFLICTS= pwcview-[0-9]* SSP_UNSAFE= kernel module does not support ssp |