diff options
author | marino <marino@FreeBSD.org> | 2014-11-14 19:40:20 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-14 19:40:20 +0800 |
commit | 827d31d7957864d1591743f1009d10119c7b9eeb (patch) | |
tree | 722ab796b382d7910c422fb5a1ae77c323dc1cde /devel | |
parent | 93a0ce41be0e77553c62d0e8c48f7151a86a1b5a (diff) | |
download | freebsd-ports-gnome-827d31d7957864d1591743f1009d10119c7b9eeb.tar.gz freebsd-ports-gnome-827d31d7957864d1591743f1009d10119c7b9eeb.tar.zst freebsd-ports-gnome-827d31d7957864d1591743f1009d10119c7b9eeb.zip |
devel/liboil: mark broken on powerpc
PR: 194468
Diffstat (limited to 'devel')
-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 |