1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Does not compile on sparc64: uses i386-specific options

This commit is contained in:
Mark Linimon 2011-07-16 05:24:52 +00:00
parent 57a8d7d6ed
commit c3c3403414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277773

View File

@ -61,4 +61,10 @@ post-patch:
's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
-e 's|int_p_NULL|NULL|g' ${WRKSRC}/core/external/cimg.h
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: uses i386-specific options
.endif
.include <bsd.port.post.mk>