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

Does not compile on sparc64: uses i386-specific options.

While here, pet portlint.
This commit is contained in:
Mark Linimon 2011-07-16 05:26:21 +00:00
parent c3c3403414
commit a366569b50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277774

View File

@ -59,4 +59,10 @@ post-patch: .SILENT
pre-install: .SILENT
${FIND} ${WRKSRC} -name pdf\*.1 -exec ${SH} -c 'mv {} $$(dirname {})/mu_$$(basename {})' \;
.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>