diff options
author | linimon <linimon@FreeBSD.org> | 2012-05-27 14:56:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-05-27 14:56:59 +0800 |
commit | bb9b2082393b7c5742ff8917f220c205939a7a3c (patch) | |
tree | 2500a20820bdf4e248474e8bc905a3abc35b5628 /lang | |
parent | 936fd9712efbbc7c2b42c66f9b21a41c021b1d05 (diff) | |
download | freebsd-ports-gnome-bb9b2082393b7c5742ff8917f220c205939a7a3c.tar.gz freebsd-ports-gnome-bb9b2082393b7c5742ff8917f220c205939a7a3c.tar.zst freebsd-ports-gnome-bb9b2082393b7c5742ff8917f220c205939a7a3c.zip |
Mark as broken on powerpc: Unsupported relocation type 10.
Hat: portmgr
Diffstat (limited to 'lang')
-rw-r--r-- | lang/libobjc2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/libobjc2/Makefile b/lang/libobjc2/Makefile index b2f1f8d3130b..a4728b379809 100644 --- a/lang/libobjc2/Makefile +++ b/lang/libobjc2/Makefile @@ -56,6 +56,10 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/clang:${PORTSDIR}/lang/clang CFLAGS+= -march=i586 .endif +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc: Unsupported relocation type 10 +.endif + post-patch: ${RM} ${WRKSRC}/GNUmakefile |