Mark as broken on sparc64: fails to compile.
Hat: portmgr
This commit is contained in:
parent
392203776b
commit
d0d9f1b7a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251360
1 changed files with 7 additions and 1 deletions
|
@ -62,4 +62,10 @@ post-configure:
|
|||
-E -e 's|(.*location=).*moc|\1${PREFIX}/bin/moc-qt4|g' \
|
||||
${WRKSRC}/lib/pkgconfig/QtWebKit.pc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue