diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-14 11:40:20 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-14 11:40:20 +0000 |
commit | 56e1571d9fd43a1427ae186512be349573fb672f (patch) | |
tree | 722ab796b382d7910c422fb5a1ae77c323dc1cde | |
parent | Finish cleanup (diff) |
devel/liboil: mark broken on powerpc
PR: 194468
Notes
Notes:
svn path=/head/; revision=372558
-rw-r--r-- | devel/liboil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index c5ae84afaf04..fde86d864775 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -14,6 +14,8 @@ COMMENT= Library of optimized inner loops LICENSE= BSD2CLAUSE BSD3CLAUSE MIT LICENSE_COMB= multi +BROKEN_powerpc= fails to compile vec_memcpy.S + USES= libtool pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes |